mirror of
https://github.com/octoleo/restic.git
synced 2024-11-15 09:44:15 +00:00
953f3d55ee
Load pack header length and 15 header entries with single backend request. This eliminates separate header Load() request for most pack files and significantly improves index.New() performance. Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
8 lines
277 B
Plaintext
8 lines
277 B
Plaintext
Enhancement: Reduce number of remote requests reading pack header
|
|
|
|
This change eliminates extra remote repository calls for most pack
|
|
files and improves repository reindex and purge time.
|
|
|
|
https://github.com/restic/restic/issues/1567
|
|
https://github.com/restic/restic/pull/1574
|