forked from premiere/premiere-libtorrent
set read_job_every to 100 instead of 1000 in high_performance_seed preset
This commit is contained in:
parent
afc80b7e98
commit
a0ceaed11d
|
@ -217,7 +217,7 @@ namespace libtorrent
|
|||
// disk is congested). Presumably on a big box, writes
|
||||
// are extremely cheap and reads are relatively expensive
|
||||
// so that's the main reason this ratio should be adjusted
|
||||
set.read_job_every = 1000;
|
||||
set.read_job_every = 100;
|
||||
|
||||
// use 1 GB of cache
|
||||
set.cache_size = 32768 * 2;
|
||||
|
|
Loading…
Reference in New Issue