Changeset 2324
- Timestamp:
- Jul 10, 2007, 5:07:18 PM (16 years ago)
- Location:
- trunk/libtransmission
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/ratecontrol.c
r2306 r2324 26 26 #include "shared.h" 27 27 28 #define GRANULARITY_MSEC 2 0029 #define SHORT_INTERVAL_MSEC 100028 #define GRANULARITY_MSEC 250 29 #define SHORT_INTERVAL_MSEC 3000 30 30 #define LONG_INTERVAL_MSEC 20000 31 31 #define HISTORY_SIZE (LONG_INTERVAL_MSEC / GRANULARITY_MSEC) -
trunk/libtransmission/torrent.c
r2319 r2324 959 959 960 960 /* sleep a little while */ 961 tr_wait( tor->runStatus == TR_RUN_STOPPED ? 1600 : 800 );961 tr_wait( tor->runStatus == TR_RUN_STOPPED ? 1600 : 600 ); 962 962 963 963 /* if we're stopping... */
Note: See TracChangeset
for help on using the changeset viewer.