File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
pkg/controller/operators/olm Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ import (
27
27
28
28
const (
29
29
catalogNamespaceEnvVarName = "GLOBAL_CATALOG_NAMESPACE"
30
- defaultWakeupInterval = 15 * time .Minute
30
+ defaultWakeupInterval = 6 * time .Hour
31
31
defaultCatalogNamespace = "olm"
32
32
defaultConfigMapServerImage = "quay.io/operator-framework/configmap-operator-registry:latest"
33
33
defaultOPMImage = "quay.io/operator-framework/opm:latest"
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ import (
33
33
)
34
34
35
35
const (
36
- defaultWakeupInterval = 5 * time .Minute
36
+ defaultWakeupInterval = 6 * time .Hour
37
37
defaultOperatorName = ""
38
38
defaultPackageServerStatusName = ""
39
39
)
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ func (o *operatorConfig) validate() (err error) {
101
101
102
102
func defaultOperatorConfig () * operatorConfig {
103
103
return & operatorConfig {
104
- resyncPeriod : queueinformer .ResyncWithJitter (30 * time .Second , 0.2 ),
104
+ resyncPeriod : queueinformer .ResyncWithJitter (6 * time .Hour , 0.2 ),
105
105
operatorNamespace : "default" ,
106
106
watchedNamespaces : []string {metav1 .NamespaceAll },
107
107
clock : utilclock.RealClock {},
You can’t perform that action at this time.
0 commit comments