mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-12 05:50:06 +00:00
Torrent: reduce network chunk, some routers are unhappy (#829)
This commit is contained in:
parent
922b5754da
commit
27c56f2de8
@ -35,7 +35,7 @@ const DefaultPieceSize = 2 * 1024 * 1024
|
||||
|
||||
// DefaultNetworkChunkSize - how much data request per 1 network call to peer.
|
||||
// default: 16Kb
|
||||
const DefaultNetworkChunkSize = 1 * 1024 * 1024
|
||||
const DefaultNetworkChunkSize = 512 * 1024
|
||||
|
||||
type Cfg struct {
|
||||
*torrent.ClientConfig
|
||||
|
Loading…
Reference in New Issue
Block a user