diff --git a/cmix/params.go b/cmix/params.go index b00fec9f42d8d7a9a5aaf57a9890a1c595629721..d933dbc9df696105de2cccc9aba8bae98f78625d 100644 --- a/cmix/params.go +++ b/cmix/params.go @@ -99,7 +99,7 @@ func GetDefaultParams() Params { MaxCheckedRounds: 500, RegNodesBufferLen: 1000, NetworkHealthTimeout: 15 * time.Second, - ParallelNodeRegistrations: 5, + ParallelNodeRegistrations: 20, KnownRoundsThreshold: 1500, // 5 rounds/sec * 60 sec/min * 5 min FastPolling: true, VerboseRoundTracking: false,