We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9da6b52 commit 47f89c2Copy full SHA for 47f89c2
erigon-lib/downloader/downloadercfg/downloadercfg.go
@@ -54,6 +54,7 @@ type Cfg struct {
54
55
func Default() *torrent.ClientConfig {
56
torrentConfig := torrent.NewDefaultClientConfig()
57
+ torrentConfig.PieceHashersPerTorrent = runtime.NumCPU()
58
59
// enable dht
60
torrentConfig.NoDHT = true
0 commit comments