tweak responsivenes on switching between `uploading' and `downloading' when a user changes a file's do-not-download state
This commit is contained in:
parent
d27c9c5034
commit
b3fde0b43b
|
@ -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 );
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue