Revert "Make requestStrategy 3 the default"

This reverts commit 60dd0eed53.
This commit is contained in:
Matt Joiner 2018-08-25 16:43:28 +10:00
parent 4431464fd6
commit a8787e6632
1 changed files with 1 additions and 1 deletions

View File

@ -986,7 +986,7 @@ func (cl *Client) newTorrent(ih metainfo.Hash, specStorage storage.ClientImpl) (
maxEstablishedConns: cl.config.EstablishedConnsPerTorrent,
networkingEnabled: true,
requestStrategy: 3,
requestStrategy: 2,
metadataChanged: sync.Cond{
L: cl.locker(),
},