increased cache line size for high performance seeds

This commit is contained in:
Arvid Norberg 2009-08-02 04:50:17 +00:00
parent 0912a9100d
commit cc4084f943
1 changed files with 2 additions and 0 deletions

View File

@ -197,6 +197,8 @@ namespace libtorrent
set.cache_size = 32768;
set.use_read_cache = true;
set.cache_buffer_chunk_size = 128;
settings.read_cache_line_size = 512;
settings.write_cache_line_size = 512;
// one hour expiration
set.cache_expiry = 60 * 60;