]> granicus.if.org Git - transmission/commitdiff
(trunk libT) increase request TTL to 120 seconds
authorCharles Kerr <charles@transmissionbt.com>
Mon, 22 Mar 2010 02:27:57 +0000 (02:27 +0000)
committerCharles Kerr <charles@transmissionbt.com>
Mon, 22 Mar 2010 02:27:57 +0000 (02:27 +0000)
libtransmission/peer-mgr.c

index c67946205b6a660d26adb43a0bd4c77907cf9661..e178334454c0ccb3ba072116512319af7d749125 100644 (file)
@@ -83,7 +83,7 @@ enum
     MINIMUM_RECONNECT_INTERVAL_SECS = 5,
 
     /** how long we'll let requests we've made linger before we cancel them */
-    REQUEST_TTL_SECS = 60,
+    REQUEST_TTL_SECS = 120,
 
     CANCEL_HISTORY_SEC = 120
 };