Commit ce1889d3 authored by Esad Akar's avatar Esad Akar Committed by GitHub

fix: reduce bootnodes peers count (#1862)

parent 2c9e1223
...@@ -40,7 +40,7 @@ const ( ...@@ -40,7 +40,7 @@ const (
var ( var (
saturationPeers = 8 saturationPeers = 8
overSaturationPeers = 16 overSaturationPeers = 16
bootnodeOverSaturationPeers = 64 bootnodeOverSaturationPeers = 20
shortRetry = 30 * time.Second shortRetry = 30 * time.Second
timeToRetry = 2 * shortRetry timeToRetry = 2 * shortRetry
broadcastBinSize = 4 broadcastBinSize = 4
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment