mirror of
https://github.com/octoleo/restic.git
synced 2024-12-02 01:48:30 +00:00
11 lines
382 B
Plaintext
11 lines
382 B
Plaintext
Bugfix: Fix delayed cancellation of certain commands
|
|
|
|
Since restic 0.17.0, some commands did not immediately respond to cancellation
|
|
via Ctrl-C (SIGINT) and continued running for a short period. The most affected
|
|
commands were `diff`,`find`, `ls`, `stats` and `rewrite`.
|
|
|
|
This has been fixed.
|
|
|
|
https://github.com/restic/restic/issues/4957
|
|
https://github.com/restic/restic/pull/4960
|