From c51dd3bf8ea9de81e97e5e053997bc682fa0a83e Mon Sep 17 00:00:00 2001
From: benjamin <ben@elixxir.io>
Date: Thu, 20 Oct 2022 13:54:01 -0700
Subject: [PATCH] one paralelle node reg

---
 cmix/params.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmix/params.go b/cmix/params.go
index 532226507..313434ea2 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: 4,
+		ParallelNodeRegistrations: 1,
 		KnownRoundsThreshold:      1500, // 5 rounds/sec * 60 sec/min * 5 min
 		FastPolling:               true,
 		VerboseRoundTracking:      false,
-- 
GitLab