Raise socketsPerTorrent to 80

This commit is contained in:
Matt Joiner 2015-06-30 00:46:43 +10:00
parent 500f51d232
commit fd2824f595
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ const (
// Disabled until AllowedFast is implemented
defaultExtensionBytes = "\x00\x00\x00\x00\x00\x10\x00\x01"
socketsPerTorrent = 40
socketsPerTorrent = 80
torrentPeersHighWater = 200
torrentPeersLowWater = 50