mirror of
https://github.com/transmission/transmission
synced 2025-03-15 16:29:34 +00:00
(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, or unless you enjoy not connecting to peers, you DO NOT WANT TO USE THIS REVISION
This commit is contained in:
parent
bdb706edb9
commit
825d5c3a5a
1 changed files with 1 additions and 1 deletions
|
@ -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 = 4,
|
||||
MAX_CONNECTIONS_PER_SECOND = 0,
|
||||
|
||||
/* number of bad pieces a peer is allowed to send before we ban them */
|
||||
MAX_BAD_PIECES_PER_PEER = 5,
|
||||
|
|
Loading…
Add table
Reference in a new issue