From bdb706edb9b1f89cea1e31dd69ff8ccb2bf470ca Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Wed, 3 Feb 2010 00:28:07 +0000 Subject: [PATCH] (trunk libT) this is an experimental commit for a debugging session with people who don't have access to build tools. unless you're one of those testers, you might not want to use this revision. --- 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 1ed6ecbdd..e11e20233 100644 --- a/libtransmission/peer-mgr.c +++ b/libtransmission/peer-mgr.c @@ -62,7 +62,7 @@ enum /* max number of peers to ask for per second overall. * this throttle is to avoid overloading the router */ - MAX_CONNECTIONS_PER_SECOND = 16, + MAX_CONNECTIONS_PER_SECOND = 4, /* number of bad pieces a peer is allowed to send before we ban them */ MAX_BAD_PIECES_PER_PEER = 5,