1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-02-21 21:57:31 +00:00
restic/internal
Michael Eischer 254c8743fc Limit number of large tree blobs loaded in parallel by StreamTrees
Load tree blobs with more than 50MB only from a single goroutine. Very
large tree blobs with for example 400 MB size can otherwise require
roughly 1GB * streamTreeParallelism memory.
2022-02-19 12:26:09 +01:00
..
archiver Merge pull request #3510 from MichaelEischer/fix-archiver-early-on-abort 2021-10-16 15:37:41 +02:00
backend Merge pull request #3544 from restic/fix-b2-delete-retry 2022-01-13 23:28:30 +01:00
bloblru Check cap instead of len in bloblru 2021-10-03 09:34:17 +02:00
cache Merge pull request #3474 from kitone/fix-issue-3382 2021-11-07 17:57:54 +01:00
checker Add plumbing to calculate backend specific file hash for upload 2021-08-04 22:17:46 +02:00
crypto
debug
dump Refactor internal/dump + concurrent load/write 2021-11-01 23:01:55 +01:00
errors Modernize error handling in local backend 2021-06-18 11:13:27 +02:00
filter
fs backup: Set O_NOATIME in the right place 2022-02-06 15:00:37 +01:00
fuse Move Blobcache into dedicated internal package 2021-09-24 15:45:00 +02:00
hashing
limiter Add plumbing to calculate backend specific file hash for upload 2021-08-04 22:17:46 +02:00
migrations
mock Add plumbing to calculate backend specific file hash for upload 2021-08-04 22:17:46 +02:00
options
pack Add plumbing to calculate backend specific file hash for upload 2021-08-04 22:17:46 +02:00
repository Replace siphash by hash/maphash 2021-09-19 16:05:18 +02:00
restic Limit number of large tree blobs loaded in parallel by StreamTrees 2022-02-19 12:26:09 +01:00
restorer restore: Fix linting error 2021-09-19 14:41:07 +02:00
selfupdate
test
textfile
ui ui: consolidate backup ui in ui/backup package 2021-09-12 16:20:15 +02:00
walker Limit number of large tree blobs loaded in parallel by StreamTrees 2022-02-19 12:26:09 +01:00