2
2
mirror of https://github.com/octoleo/restic.git synced 2025-01-25 08:08:38 +00:00
restic/internal
Michael Eischer 753e56ee29 repository: Limit to a single pending pack file
Use only a single not completed pack file to keep the number of open and
active pack files low. The main change here is to defer hashing the pack
file to the upload step. This prevents the pack assembly step to become
a bottleneck as the only task is now to write data to the temporary pack
file.

The tests are cleaned up to no longer reimplement packer manager
functions.
2022-07-02 22:42:34 +02:00
..
2020-09-05 10:07:16 +02:00
2022-05-11 21:36:10 +02:00
2021-01-30 20:19:47 +01:00