lower disk write queue limit for high performance preset

This commit is contained in:
Arvid Norberg 2011-03-20 19:04:37 +00:00
parent b9b8cf406e
commit 4a40a13a6c
1 changed files with 1 additions and 1 deletions

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 = 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