lower default delay when checking files in low-memory mode

This commit is contained in:
Arvid Norberg 2010-11-25 23:34:37 +00:00
parent 8ff9b6338b
commit 93702052fb
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ namespace libtorrent
// be extra nice on the hard drive when running
// on embedded devices. This might slow down
// torrent checking
set.file_checks_delay_per_block = 15;
set.file_checks_delay_per_block = 5;
// only have 4 files open at a time
set.file_pool_size = 4;