mirror of
https://github.com/octoleo/restic.git
synced 2025-01-30 10:38:23 +00:00
8c7a6daa47
This changes Dumper.writeNode to spawn loader goroutines as needed instead of as a pool. The code is shorter, fewer goroutines are spawned for small files, and crash dumps (also for unrelated errors) should be smaller.