Make requestStrategy 3 the default

Fixes #253.
This commit is contained in:
Matt Joiner 2018-06-28 12:06:21 +10:00
parent 7b924822c7
commit 60dd0eed53
1 changed files with 1 additions and 1 deletions

View File

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