]> Sergey Matveev's repositories - btrtrc.git/commitdiff
Default to peer requesting disabled
authorMatt Joiner <anacrolix@gmail.com>
Tue, 21 Sep 2021 06:07:08 +0000 (16:07 +1000)
committerMatt Joiner <anacrolix@gmail.com>
Tue, 21 Sep 2021 06:07:08 +0000 (16:07 +1000)
There are some flaws that need to be fixed up before it might be considered the default.

requesting.go

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