diff --git a/src/session.cpp b/src/session.cpp index 9af0160db..c498b9a6a 100644 --- a/src/session.cpp +++ b/src/session.cpp @@ -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;