From 7b02dda74dc6dbffa4d8f9f3b62ea52de2c56845 Mon Sep 17 00:00:00 2001
From: josh <josh@elixxir.io>
Date: Tue, 1 Jun 2021 21:59:28 -0700
Subject: [PATCH] Bump up

---
 cmd/root.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmd/root.go b/cmd/root.go
index 1f958237d..608dc5576 100644
--- a/cmd/root.go
+++ b/cmd/root.go
@@ -386,7 +386,7 @@ func initClient() *api.Client {
 	netParams.FastPolling = viper.GetBool(" slowPolling")
 	netParams.ForceMessagePickupRetry = viper.GetBool("forceMessagePickupRetry")
 	if netParams.ForceMessagePickupRetry {
-		period := 1 * time.Second
+		period := 3 * time.Second
 		jww.INFO.Printf("Setting Uncheck Round Period to %v", period)
 		netParams.UncheckRoundPeriod = period
 	}
-- 
GitLab