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

Bump up

parent 31937667
No related branches found
No related tags found
1 merge request!23Release
......@@ -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
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment