From 35d8a009123ddbd22b322ea4a3346af70c85fb75 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Thu, 29 Oct 2009 18:11:10 +0000 Subject: [PATCH] (trunk libT) another hammer-the-network-less patch like r9414 --- libtransmission/peer-mgr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libtransmission/peer-mgr.c b/libtransmission/peer-mgr.c index e44292ebb..853ff47ab 100644 --- a/libtransmission/peer-mgr.c +++ b/libtransmission/peer-mgr.c @@ -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 ),