lower disk write queue limit for high performance preset
This commit is contained in:
@@ -227,7 +227,7 @@ namespace libtorrent
|
|||||||
|
|
||||||
// the max number of bytes pending write before we throttle
|
// the max number of bytes pending write before we throttle
|
||||||
// download rate
|
// 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
|
// 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
|
// read back once we want to hash-check the piece. i.e. try to
|
||||||
// flush all blocks in-order
|
// flush all blocks in-order
|
||||||
|
Reference in New Issue
Block a user