mirror of
https://github.com/restic/restic.git
synced 2025-11-03 03:41:30 +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.