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 (
2727
2828const (
2929 catalogNamespaceEnvVarName = "GLOBAL_CATALOG_NAMESPACE"
30- defaultWakeupInterval = 6 * time .Hour
30+ defaultWakeupInterval = 15 * time .Minute
3131 defaultCatalogNamespace = "olm"
3232 defaultConfigMapServerImage = "quay.io/operator-framework/configmap-operator-registry:latest"
3333 defaultOPMImage = "quay.io/operator-framework/opm:latest"
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ import (
3333)
3434
3535const (
36- defaultWakeupInterval = 6 * time .Hour
36+ defaultWakeupInterval = 5 * time .Minute
3737 defaultOperatorName = ""
3838 defaultPackageServerStatusName = ""
3939)
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ func (o *operatorConfig) validate() (err error) {
101101
102102func defaultOperatorConfig () * operatorConfig {
103103 return & operatorConfig {
104- resyncPeriod : queueinformer .ResyncWithJitter (6 * time .Hour , 0.2 ),
104+ resyncPeriod : queueinformer .ResyncWithJitter (30 * time .Second , 0.2 ),
105105 operatorNamespace : "default" ,
106106 watchedNamespaces : []string {metav1 .NamespaceAll },
107107 clock : utilclock.RealClock {},
You can’t perform that action at this time.
0 commit comments