From b3fde0b43bac9d6e693a33159e1ba1aacf4d39bb Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Sun, 23 Sep 2007 14:17:39 +0000 Subject: [PATCH] tweak responsivenes on switching between `uploading' and `downloading' when a user changes a file's do-not-download state --- libtransmission/torrent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libtransmission/torrent.c b/libtransmission/torrent.c index 85a4595fe..4fc961813 100644 --- a/libtransmission/torrent.c +++ b/libtransmission/torrent.c @@ -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 ); } /**