mirror of
https://github.com/octoleo/restic.git
synced 2025-01-26 16:48:29 +00:00
e597b99b55
As repack streams packs these occupy one backend connection. Uploading a new pack also requires a backend connection. To prevent a deadlock during repack when reaching the backend connections limit, simply limit the repackWorker count to always leave one connection for uploading.