Skip to content

Commit 90d8534

Browse files
authored
Increase interval of git state reports
1 parent 64d9d6c commit 90d8534

File tree

1 file changed

+1
-1
lines changed
  • components/supervisor/pkg/supervisor

1 file changed

+1
-1
lines changed

components/supervisor/pkg/supervisor/git.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ func getMissingScopes(required []string, provided map[string]struct{}) []string
111111
}
112112

113113
const (
114-
minIntervalBetweenGitStatusUpdates = 5 * time.Second
114+
minIntervalBetweenGitStatusUpdates = 5 * time.Minute
115115
lastGitStatusTimeout = 3 * time.Second
116116
)
117117

0 commit comments

Comments
 (0)