Skip to content

Commit fc4170e

Browse files
committed
Increase git reports interval
Tool: gitpod/catfood.gitpod.cloud
1 parent 18dea22 commit fc4170e

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

components/supervisor/pkg/supervisor/git.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ func getMissingScopes(required []string, provided map[string]struct{}) []string
111111
}
112112

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

118118
type GitStatusService struct {

0 commit comments

Comments
 (0)