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:
parent
ebd523e39c
commit
a330b23e9e
@ -12,7 +12,7 @@ import (
|
||||
)
|
||||
|
||||
// Calculate requests individually for each peer.
|
||||
const peerRequesting = true
|
||||
const peerRequesting = false
|
||||
|
||||
func (cl *Client) requester() {
|
||||
for {
|
||||
|
Loading…
x
Reference in New Issue
Block a user