bump max queued_disk_bytes in high_performance_seed

This commit is contained in:
Arvid Norberg 2011-02-02 08:01:22 +00:00
parent ddd4d84a1d
commit 6018f82c00
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ namespace libtorrent
// the max number of bytes pending write before we throttle
// 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
set.disk_cache_algorithm = session_settings::largest_contiguous;