tweak responsivenes on switching between `uploading' and `downloading' when a user changes a file's do-not-download state

This commit is contained in:
Charles Kerr 2007-09-23 14:17:39 +00:00
parent d27c9c5034
commit b3fde0b43b
1 changed files with 1 additions and 1 deletions

View File

@ -645,7 +645,7 @@ saveFastResumeSoon( void * vtor )
tr_torrent * tor = (tr_torrent *) vtor; tr_torrent * tor = (tr_torrent *) vtor;
if( tor->saveTimer == NULL ) if( tor->saveTimer == NULL )
tor->saveTimer = tr_timerNew( tor->handle, saveFastResumeNow, tor, 1000 ); tor->saveTimer = tr_timerNew( tor->handle, saveFastResumeNow, tor, 100 );
} }
/** /**