mirror of https://github.com/restic/restic.git
9 lines
278 B
Plaintext
9 lines
278 B
Plaintext
|
Change: Don't retry to load files that don't exist
|
||
|
|
||
|
Restic used to always retry to load files. It now only retries to load
|
||
|
files if they exist.
|
||
|
|
||
|
https://github.com/restic/restic/issues/4515
|
||
|
https://github.com/restic/restic/issues/1523
|
||
|
https://github.com/restic/restic/pull/4520
|