From 60dd0eed538361490cbf29a1734e6cd8d21f794f Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Thu, 28 Jun 2018 12:06:21 +1000 Subject: [PATCH] Make requestStrategy 3 the default Fixes #253. --- client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.go b/client.go index a8607feb..327a0bd4 100644 --- a/client.go +++ b/client.go @@ -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, }, -- 2.48.1