lower disk queue size for high-performance-seed preset

This commit is contained in:
Arvid Norberg
2011-03-17 14:14:29 +00:00
parent 0b25b87593
commit 3734ccae24

View File

@@ -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;