set read_job_every to 100 instead of 1000 in high_performance_seed preset

This commit is contained in:
Arvid Norberg 2011-03-27 06:16:39 +00:00
parent afc80b7e98
commit a0ceaed11d
1 changed files with 1 additions and 1 deletions

View File

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