]> granicus.if.org Git - transmission/commitdiff
(trunk libT) another hammer-the-network-less patch like r9414
authorCharles Kerr <charles@transmissionbt.com>
Thu, 29 Oct 2009 18:11:10 +0000 (18:11 +0000)
committerCharles Kerr <charles@transmissionbt.com>
Thu, 29 Oct 2009 18:11:10 +0000 (18:11 +0000)
libtransmission/peer-mgr.c

index e44292ebbc6a3d94b21ec8266bf59ffae271c0ca..853ff47ab8238e0433e5daf9d726cae04713f14e 100644 (file)
@@ -57,7 +57,7 @@ enum
     RECONNECT_PERIOD_MSEC = 500,
 
     /* when many peers are available, keep idle ones this long */
-    MIN_UPLOAD_IDLE_SECS = ( 30 ),
+    MIN_UPLOAD_IDLE_SECS = ( 60 ),
 
     /* when few peers are available, keep idle ones this long */
     MAX_UPLOAD_IDLE_SECS = ( 60 * 5 ),