lower disk queue size for high-performance-seed preset
This commit is contained in:
parent
0b25b87593
commit
3734ccae24
|
@ -227,7 +227,7 @@ namespace libtorrent
|
|||
|
||||
// the max number of bytes pending write before we throttle
|
||||
// download rate
|
||||
set.max_queued_disk_bytes = 300 * 1024 * 1024;
|
||||
set.max_queued_disk_bytes = 100 * 1024 * 1024;
|
||||
// flush write cache based on largest contiguous block
|
||||
set.disk_cache_algorithm = session_settings::largest_contiguous;
|
||||
|
||||
|
|
Loading…
Reference in New Issue