2
0
mirror of synced 2025-02-23 14:18:13 +00:00

Default to peer requesting disabled

There are some flaws that need to be fixed up before it might be considered the default.
This commit is contained in:
Matt Joiner 2021-09-21 16:07:08 +10:00
parent ebd523e39c
commit a330b23e9e

View File

@ -12,7 +12,7 @@ import (
)
// Calculate requests individually for each peer.
const peerRequesting = true
const peerRequesting = false
func (cl *Client) requester() {
for {