restic/internal/backend/sema
Michael Eischer d05f6211d1 lock: Do not limit backend concurrency for lock files
restic must be able to refresh lock files in time. However, large
uploads over slow connections can cause the lock refresh to be stuck
behind the large uploads and thus time out.
2023-05-08 19:04:46 +02:00
..
backend.go lock: Do not limit backend concurrency for lock files 2023-05-08 19:04:46 +02:00
backend_test.go lock: Do not limit backend concurrency for lock files 2023-05-08 19:04:46 +02:00
semaphore.go backend: factor out connection limiting and parameter validation 2023-04-14 22:32:15 +02:00