Skip to content

Commit

Permalink
Merge 0db2362 into accb133
Browse files Browse the repository at this point in the history
  • Loading branch information
kwiatkk1 committed Apr 28, 2017
2 parents accb133 + 0db2362 commit 070071f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/v1/cmd/example-executor/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func main() {

func maybeReconnect(cfg config.Config) <-chan struct{} {
if cfg.Checkpoint {
return backoff.Notifier(1*time.Second, cfg.SubscriptionBackoffMax*4/3, nil)
return backoff.Notifier(1*time.Second, cfg.SubscriptionBackoffMax*3/4, nil)
}
return nil
}
Expand Down

0 comments on commit 070071f

Please sign in to comment.