Skip to content

Commit

Permalink
Poller backoff a bit more in errors (#501)
Browse files Browse the repository at this point in the history
  • Loading branch information
yiminc committed Jul 29, 2021
1 parent 6d79cfd commit 4ba9e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/internal_worker_base.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ import (
)

const (
retryPollOperationInitialInterval = 20 * time.Millisecond
retryPollOperationInitialInterval = 200 * time.Millisecond
retryPollOperationMaxInterval = 10 * time.Second
)

Expand Down

0 comments on commit 4ba9e5c

Please sign in to comment.