increase disk buffer chunk size for high performance seeds
This commit is contained in:
parent
8f1f0334c3
commit
6a3cdd5117
|
@ -196,7 +196,7 @@ namespace libtorrent
|
|||
// use 512 MB of cache
|
||||
set.cache_size = 32768;
|
||||
set.use_read_cache = true;
|
||||
set.cache_buffer_chunk_size = 64;
|
||||
set.cache_buffer_chunk_size = 128;
|
||||
// one hour expiration
|
||||
set.cache_expiry = 60 * 60;
|
||||
|
||||
|
|
Loading…
Reference in New Issue