increase disk buffer chunk size for high performance seeds

This commit is contained in:
Arvid Norberg 2009-07-28 06:29:13 +00:00
parent 8f1f0334c3
commit 6a3cdd5117
1 changed files with 1 additions and 1 deletions

View File

@ -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;