1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-25 01:03:01 +00:00

(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

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