mirror of
https://github.com/transmission/transmission
synced 2025-02-04 21:43:03 +00:00
(router death) dial down the max number of new sockets per second even lower
This commit is contained in:
parent
3c6eeef439
commit
3a47dfdb23
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ enum
|
|||
|
||||
/* max number of peers to ask for per second overall.
|
||||
* this throttle is to avoid overloading the router */
|
||||
MAX_CONNECTIONS_PER_SECOND = 12,
|
||||
MAX_CONNECTIONS_PER_SECOND = 8,
|
||||
|
||||
/* corresponds to ut_pex's added.f flags */
|
||||
ADDED_F_ENCRYPTION_FLAG = 1,
|
||||
|
|
Loading…
Reference in a new issue