Changeset 3149


Ignore:
Timestamp:
Sep 23, 2007, 2:17:39 PM (15 years ago)
Author:
charles
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libtransmission/torrent.c

    r3147 r3149  
    646646
    647647    if( tor->saveTimer == NULL )
    648         tor->saveTimer = tr_timerNew( tor->handle, saveFastResumeNow, tor, 1000 );
     648        tor->saveTimer = tr_timerNew( tor->handle, saveFastResumeNow, tor, 100 );
    649649}
    650650
Note: See TracChangeset for help on using the changeset viewer.