From fd2824f595a5408327b473f1e203f946c558619d Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Tue, 30 Jun 2015 00:46:43 +1000 Subject: [PATCH] Raise socketsPerTorrent to 80 --- client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.go b/client.go index 3128ca82..5a8b56e9 100644 --- a/client.go +++ b/client.go @@ -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