From: Matt Joiner Date: Tue, 21 Sep 2021 06:07:08 +0000 (+1000) Subject: Default to peer requesting disabled X-Git-Tag: v1.32.0~20 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=a330b23e9e51b0563e05afeb5173fd156b3f5151;p=btrtrc.git Default to peer requesting disabled There are some flaws that need to be fixed up before it might be considered the default. --- 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 {