restic/internal/repository
Michael Eischer 20d8eed400 repository: streamPack: separate requests for gap larger than 1MB
With most cloud providers, traffic is much more expensive than API
calls. Thus slightly bias streamPack towards a bit more API calls in
exchange for slightly less traffic.
2024-04-22 21:21:23 +02:00
..
testdata
doc.go
fuzz_test.go
key.go repository: fix test setup race conditions 2024-03-28 23:17:02 +01:00
lock_test.go repository: unify repository initialization in tests 2024-03-28 23:17:02 +01:00
lock.go repository: parallelize lock tests 2024-03-28 23:17:02 +01:00
packer_manager_test.go
packer_manager.go
packer_uploader.go
repack_test.go
repack.go repository: Add blob loading fallback to LoadBlobsFromPack 2024-04-21 21:35:55 +02:00
repair_pack_test.go
repair_pack.go
repository_internal_test.go repository: streamPack: reuse zstd decoder 2024-04-22 21:21:23 +02:00
repository_test.go repository: unify repository initialization in tests 2024-03-28 23:17:02 +01:00
repository.go repository: streamPack: separate requests for gap larger than 1MB 2024-04-22 21:21:23 +02:00
testing.go repository: fix test setup race conditions 2024-03-28 23:17:02 +01:00