Skip to content

Commit 4890609

Browse files
authored
Merge pull request #88 from tstromberg/main
decrease blockedPRiconDurtation to 5 minutes
2 parents 00c68d5 + 59de9fb commit 4890609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/goose/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const (
4040
maxPRsToProcess = 200
4141
minUpdateInterval = 10 * time.Second
4242
defaultUpdateInterval = 1 * time.Minute
43-
blockedPRIconDuration = 15 * time.Minute
43+
blockedPRIconDuration = 5 * time.Minute
4444
maxRetryDelay = 2 * time.Minute
4545
maxRetries = 10
4646
minorFailureThreshold = 3

0 commit comments

Comments
 (0)