Revert "Make requestStrategy 3 the default"
This reverts commit 60dd0eed53
.
This commit is contained in:
parent
4431464fd6
commit
a8787e6632
|
@ -986,7 +986,7 @@ func (cl *Client) newTorrent(ih metainfo.Hash, specStorage storage.ClientImpl) (
|
||||||
maxEstablishedConns: cl.config.EstablishedConnsPerTorrent,
|
maxEstablishedConns: cl.config.EstablishedConnsPerTorrent,
|
||||||
|
|
||||||
networkingEnabled: true,
|
networkingEnabled: true,
|
||||||
requestStrategy: 3,
|
requestStrategy: 2,
|
||||||
metadataChanged: sync.Cond{
|
metadataChanged: sync.Cond{
|
||||||
L: cl.locker(),
|
L: cl.locker(),
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue