raise the number of unchoked peers per torrent

This commit is contained in:
Charles Kerr 2007-11-15 05:04:21 +00:00
parent a14fe99e00
commit 8019f8cd2c
1 changed files with 1 additions and 1 deletions

View File

@ -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 */