1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2024-12-29 03:06:01 +00:00
restic/changelog/unreleased/pull-299
2023-10-01 19:53:26 +02:00

6 lines
267 B
Text

Enhancement: Show progress bar while loading the index
Restic did not provide any feedback while loading index files. Now there is a progress bar for the index loading process.
https://github.com/restic/restic/issues/229
https://github.com/restic/restic/pull/4419