diff --git a/cmd/root.go b/cmd/root.go index 30b7b4a725752dc9687910cfa5da9a391f36589f..2a92505a1fc525ac7e8bb8e6e62c00734062141b 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -386,7 +386,9 @@ func initClient() *api.Client { netParams.FastPolling = viper.GetBool(" slowPolling") netParams.ForceMessagePickupRetry = viper.GetBool("forceMessagePickupRetry") if netParams.ForceMessagePickupRetry { - netParams.UncheckRoundPeriod = 5 *time.Second + period := 5 *time.Second + jww.INFO.Printf("Setting Uncheck Round Period to %v", period) + netParams.UncheckRoundPeriod = period } //load the client