Reduce default handshake timeout to 3s
This commit is contained in:
parent
f22be3892f
commit
4db3870836
@ -136,7 +136,7 @@ func NewDefaultClientConfig() *ClientConfig {
|
||||
ExtendedHandshakeClientVersion: "go.torrent dev 20150624",
|
||||
Bep20: "-GT0001-",
|
||||
NominalDialTimeout: 20 * time.Second,
|
||||
MinDialTimeout: 5 * time.Second,
|
||||
MinDialTimeout: 3 * time.Second,
|
||||
EstablishedConnsPerTorrent: 50,
|
||||
HalfOpenConnsPerTorrent: 25,
|
||||
TorrentPeersHighWater: 500,
|
||||
|
Loading…
x
Reference in New Issue
Block a user