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.
2 parents 00c68d5 + 59de9fb commit 4890609Copy full SHA for 4890609
cmd/goose/main.go
@@ -40,7 +40,7 @@ const (
40
maxPRsToProcess = 200
41
minUpdateInterval = 10 * time.Second
42
defaultUpdateInterval = 1 * time.Minute
43
- blockedPRIconDuration = 15 * time.Minute
+ blockedPRIconDuration = 5 * time.Minute
44
maxRetryDelay = 2 * time.Minute
45
maxRetries = 10
46
minorFailureThreshold = 3
0 commit comments