Skip to content
Snippets Groups Projects
Commit 387b9b9d authored by benjamin's avatar benjamin
Browse files

reduced number of paralell node registrations

parent db750a09
Branches
Tags
1 merge request!510Release
...@@ -100,7 +100,7 @@ func GetDefaultParams() Params { ...@@ -100,7 +100,7 @@ func GetDefaultParams() Params {
MaxCheckedRounds: 500, MaxCheckedRounds: 500,
RegNodesBufferLen: 1000, RegNodesBufferLen: 1000,
NetworkHealthTimeout: 15 * time.Second, NetworkHealthTimeout: 15 * time.Second,
ParallelNodeRegistrations: 20, ParallelNodeRegistrations: 2,
KnownRoundsThreshold: 1500, // 5 rounds/sec * 60 sec/min * 5 min KnownRoundsThreshold: 1500, // 5 rounds/sec * 60 sec/min * 5 min
FastPolling: true, FastPolling: true,
VerboseRoundTracking: false, VerboseRoundTracking: false,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment