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.
1 parent 395fc6c commit b131d5eCopy full SHA for b131d5e
manager/config/constants.go
@@ -97,10 +97,10 @@ const (
97
DefaultJobRateLimitQuantum = 10
98
99
// DefaultJobGCInterval is the default interval for gc job.
100
- DefaultJobGCInterval = 24 * time.Hour
+ DefaultJobGCInterval = 6 * time.Hour
101
102
// DefaultJobGCTTL is the default ttl for job.
103
- DefaultJobGCTTL = 24 * time.Hour
+ DefaultJobGCTTL = 12 * time.Hour
104
105
// DefaultJobPreheatRegistryTimeout is the default timeout for requesting registry to get token and manifest.
106
DefaultJobPreheatRegistryTimeout = 1 * time.Minute
0 commit comments