Skip to content
Snippets Groups Projects
Commit b514e40e authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

Increase the number of parallel registrations

parent a0d7f372
No related branches found
No related tags found
2 merge requests!53Release,!32Hotfix/registration
......@@ -49,7 +49,7 @@ func GetDefaultNetwork() Network {
RegNodesBufferLen: 500,
NetworkHealthTimeout: 30 * time.Second,
E2EParams: GetDefaultE2ESessionParams(),
ParallelNodeRegistrations: 8,
ParallelNodeRegistrations: 20,
KnownRoundsThreshold: 1500, //5 rounds/sec * 60 sec/min * 5 min
FastPolling: true,
BlacklistedNodes: make([]string, 0),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment