From c07180fa491f12a4daed209ba01b1ad535e3d175 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Wed, 25 Feb 2009 22:15:04 +0000 Subject: [PATCH] (trunk libT) #1829: age out the refill list every 10 seconds, not every 1 second --- 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 8dfe8c0b1..3c585709d 100644 --- a/libtransmission/peer-mgr.c +++ b/libtransmission/peer-mgr.c @@ -53,7 +53,7 @@ enum BANDWIDTH_PERIOD_MSEC = 500, /* how frequently to age out old piece request lists */ - REFILL_UPKEEP_PERIOD_MSEC = 1000, + REFILL_UPKEEP_PERIOD_MSEC = 10000, /* how frequently to decide which peers live and die */ RECONNECT_PERIOD_MSEC = 500, -- 2.40.0