Skip to content
Snippets Groups Projects
Commit 7bdf3865 authored by Josh Brooks's avatar Josh Brooks
Browse files

Bump integration UncheckRoundPeriod lower

parent 64e58b56
No related branches found
No related tags found
1 merge request!23Release
...@@ -386,7 +386,7 @@ func initClient() *api.Client { ...@@ -386,7 +386,7 @@ func initClient() *api.Client {
netParams.FastPolling = viper.GetBool(" slowPolling") netParams.FastPolling = viper.GetBool(" slowPolling")
netParams.ForceMessagePickupRetry = viper.GetBool("forceMessagePickupRetry") netParams.ForceMessagePickupRetry = viper.GetBool("forceMessagePickupRetry")
if netParams.ForceMessagePickupRetry { if netParams.ForceMessagePickupRetry {
period := 5 *time.Second period := 1 * time.Second
jww.INFO.Printf("Setting Uncheck Round Period to %v", period) jww.INFO.Printf("Setting Uncheck Round Period to %v", period)
netParams.UncheckRoundPeriod = period netParams.UncheckRoundPeriod = period
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment