2
2
mirror of https://github.com/octoleo/restic.git synced 2025-01-26 16:48:29 +00:00
Michael Eischer b46cc6d57e repository: Don't sort one element pack lists
When loading a blob, restic first looks up pack files containing the
blob. To avoid unnecessary work an already cached pack file is preferred.
However, if there is only a single pack file to choose from (which is
the normal case) sorting the one-element list won't change anything.
Therefore avoid the unnecessary cache check in that case.
2020-03-07 10:26:06 +01:00
..
2017-07-23 14:19:13 +02:00
2017-07-23 14:19:13 +02:00
2019-04-13 13:38:39 +02:00
2018-10-19 16:58:14 -04:00
2018-03-03 15:49:44 +01:00
2020-01-27 18:41:46 +03:00