bump max queued_disk_bytes in high_performance_seed
This commit is contained in:
parent
ddd4d84a1d
commit
6018f82c00
|
@ -202,7 +202,7 @@ namespace libtorrent
|
||||||
|
|
||||||
// the max number of bytes pending write before we throttle
|
// the max number of bytes pending write before we throttle
|
||||||
// download rate
|
// download rate
|
||||||
set.max_queued_disk_bytes = 100 * 1024 * 1024;
|
set.max_queued_disk_bytes = 300 * 1024 * 1024;
|
||||||
// flush write cache based on largest contiguous block
|
// flush write cache based on largest contiguous block
|
||||||
set.disk_cache_algorithm = session_settings::largest_contiguous;
|
set.disk_cache_algorithm = session_settings::largest_contiguous;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue