From 4a40a13a6ca8f5e8de06956f6f489793587c6864 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Sun, 20 Mar 2011 19:04:37 +0000 Subject: [PATCH] lower disk write queue limit for high performance preset --- src/session.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/session.cpp b/src/session.cpp index 34fcc2ea1..ecb4f8584 100644 --- a/src/session.cpp +++ b/src/session.cpp @@ -227,7 +227,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 = 50 * 1024 * 1024; // flush write cache in a way to minimize the amount we need to // read back once we want to hash-check the piece. i.e. try to // flush all blocks in-order