1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-06 11:38:21 +00:00

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

View file

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