]> granicus.if.org Git - transmission/commitdiff
(trunk libT) #1829: age out the refill list every 10 seconds, not every 1 second
authorCharles Kerr <charles@transmissionbt.com>
Wed, 25 Feb 2009 22:15:04 +0000 (22:15 +0000)
committerCharles Kerr <charles@transmissionbt.com>
Wed, 25 Feb 2009 22:15:04 +0000 (22:15 +0000)
libtransmission/peer-mgr.c

index 8dfe8c0b188c2e7d4a21aa77f285c2b02cc34d0f..3c585709dcc7f6a2e6274e0084662f4ed6cb8c7a 100644 (file)
@@ -53,7 +53,7 @@ enum
     BANDWIDTH_PERIOD_MSEC = 500,
 
     /* how frequently to age out old piece request lists */
-    REFILL_UPKEEP_PERIOD_MSEC = 1000,
+    REFILL_UPKEEP_PERIOD_MSEC = 10000,
 
     /* how frequently to decide which peers live and die */
     RECONNECT_PERIOD_MSEC = 500,