Skip to content

Commit f23767a

Browse files
Thomas StrombergThomas Stromberg
authored andcommitted
adjust defaultUpdateInterval to 2 minutes by default to reduce query spam
1 parent 355dafa commit f23767a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/reviewGOOSE/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const (
5959
runningTestsCacheBypass = 90 * time.Minute // Don't cache PRs with running tests if fresher than this
6060
maxPRsToProcess = 200
6161
minUpdateInterval = 10 * time.Second
62-
defaultUpdateInterval = 1 * time.Minute
62+
defaultUpdateInterval = 2 * time.Minute
6363
blockedPRIconDuration = 5 * time.Minute
6464
maxRetryDelay = 2 * time.Minute
6565
maxRetries = 10

0 commit comments

Comments
 (0)