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

Bump up

parent 0e2f4c06
Branches
Tags
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 := 250 * time.Millisecond
period := 1 * 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