mirror of
https://github.com/restic/restic.git
synced 2026-08-11 16:13:21 +00:00
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.