Commit Graph

4 Commits

Author SHA1 Message Date
Alex Sharov
dde477f603
shutdown deadlock (#1107) 2023-09-06 10:19:00 +07:00
Alex Sharov
9a408d5d41
Downloader fix no race between .Download() and .Stats() (#1004) 2023-06-01 09:04:06 +00:00
Alex Sharov
7b91b91ad5
downloader: speedup "--downloader.verify" mode (#997)
deduplicate logic
create more producer goroutines (torrent lib does limiting internally
amount of consumers/disk-readers/hashers by 2, and it's enough because
we can verify multiple files in parallel)
move flag from "downloader torrent_hashes --verify" to "downloader
--verify"
2023-05-17 09:52:34 +00:00
Alex Sharov
0eb4f8388a
Downloader extract, step2 (#739) 2022-11-20 10:41:20 +07:00