(trunk libT) another hammer-the-network-less patch like r9414

This commit is contained in:
Charles Kerr 2009-10-29 18:11:10 +00:00
parent c61f8987de
commit 35d8a00912
1 changed files with 1 additions and 1 deletions

View 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 ),