From 7327b5fed169a199b0b57fe67966b08e65ba130f Mon Sep 17 00:00:00 2001 From: benjamin <ben@elixxir.io> Date: Thu, 20 Oct 2022 14:26:42 -0700 Subject: [PATCH] increased number of paraelle registrations to 20 --- cmix/params.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmix/params.go b/cmix/params.go index b00fec9f4..d933dbc9d 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, -- GitLab