mirror of
https://github.com/transmission/transmission
synced 2025-02-04 13:32:19 +00:00
raise the number of unchoked peers per torrent
This commit is contained in:
parent
a14fe99e00
commit
8019f8cd2c
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ enum
|
|||
|
||||
/* how many peers to unchoke per-torrent. */
|
||||
/* FIXME: make this user-configurable? */
|
||||
NUM_UNCHOKED_PEERS_PER_TORRENT = 12, /* arbitrary */
|
||||
NUM_UNCHOKED_PEERS_PER_TORRENT = 20, /* arbitrary */
|
||||
|
||||
/* set this too high and there will be a lot of churn.
|
||||
* set it too low and you'll get peers too slowly */
|
||||
|
|
Loading…
Reference in a new issue