We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e1bdb7 commit 63fac2eCopy full SHA for 63fac2e
internal/internal_task_pollers.go
@@ -40,7 +40,7 @@ import (
40
const (
41
pollTaskServiceTimeOut = 3 * time.Minute // Server long poll is 1 * Minutes + delta
42
43
- retryServiceOperationInitialInterval = time.Millisecond
+ retryServiceOperationInitialInterval = 200 * time.Millisecond
44
retryServiceOperationMaxInterval = 4 * time.Second
45
retryServiceOperationExpirationInterval = 60 * time.Second
46
0 commit comments