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:
parent
d27c9c5034
commit
b3fde0b43b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue