mirror of
https://github.com/restic/restic.git
synced 2025-08-27 09:50:24 +00:00
Address review comments
This commit is contained in:
@@ -1,13 +1,6 @@
|
||||
# The first line must start with Bugfix:, Enhancement: or Change:,
|
||||
# including the colon. Use present use. Remove lines starting with '#'
|
||||
# from this template.
|
||||
Enhancement: Improve the ETA displayed during backup
|
||||
|
||||
# Describe the problem in the past tense, the new behavior in the present
|
||||
# tense. Mention the affected commands, backends, operating systems, etc.
|
||||
# Focus on user-facing behavior, not the implementation.
|
||||
|
||||
Restic's backup command displayed an ETA that did not adapt when the rate
|
||||
Restic's `backup` command displayed an ETA that did not adapt when the rate
|
||||
of progress made during the backup changed during the course of the
|
||||
backup. Restic now uses recent progress when computing the ETA. It is
|
||||
important to realize that the estimate may still be wrong, because restic
|
||||
@@ -15,3 +8,4 @@ cannot predict the future, but the hope is that the ETA will be more
|
||||
accurate in most cases.
|
||||
|
||||
https://github.com/restic/restic/issues/3397
|
||||
https://github.com/restic/restic/pull/3563
|
||||
|
Reference in New Issue
Block a user