From a330b23e9e51b0563e05afeb5173fd156b3f5151 Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Tue, 21 Sep 2021 16:07:08 +1000 Subject: [PATCH] Default to peer requesting disabled There are some flaws that need to be fixed up before it might be considered the default. --- requesting.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requesting.go b/requesting.go index dbb51730..01814ce8 100644 --- a/requesting.go +++ b/requesting.go @@ -12,7 +12,7 @@ import ( ) // Calculate requests individually for each peer. -const peerRequesting = true +const peerRequesting = false func (cl *Client) requester() { for { -- 2.48.1