increased cache line size for high performance seeds
This commit is contained in:
parent
0912a9100d
commit
cc4084f943
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue