Skip to content

Commit a9ef555

Browse files
Increased polling frequency
1 parent 975598e commit a9ef555

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cli/cli.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ import (
1616
)
1717

1818
const (
19-
initialRetryDelay = 2 * time.Second
19+
initialRetryDelay = 1 * time.Second
2020
maxRetryDelay = 60 * time.Second
2121
processTimeout = 10 * time.Minute
22-
nonExponentRetries = 4
22+
nonExponentRetries = 8
2323
maxExponentRetries = 16
2424
)
2525

0 commit comments

Comments
 (0)