mirror of
https://github.com/restic/restic.git
synced 2025-07-30 16:53:39 +00:00
add changelog for cancelation delay
This commit is contained in:
parent
a639454f28
commit
1c775feecc
10
changelog/unreleased/issue-4957
Normal file
10
changelog/unreleased/issue-4957
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
Bugfix: Fix delayed cancelation of some commands
|
||||||
|
|
||||||
|
Since restic 0.17.0, some commands no longer promptly reacted to being canceled
|
||||||
|
via Ctrl-C (SIGINT) and continued to run for a limited amount of time. 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
|
Loading…
x
Reference in New Issue
Block a user