We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaf7784 commit f5d602aCopy full SHA for f5d602a
magefiles/cr.go
@@ -903,7 +903,7 @@ func compactTempProduction() []runtime.Object {
903
DebugConfig: &v1alpha1.DebugConfig{
904
AcceptMalformedIndex: ptr.To(true),
905
HaltOnError: ptr.To(true),
906
- MaxCompactionLevel: ptr.To(int32(10000)),
+ MaxCompactionLevel: ptr.To(int32(4)),
907
},
908
StorageSize: v1alpha1.StorageSize("500Gi"),
909
FeatureGates: &v1alpha1.FeatureGates{
resources/services/rhobs-thanos-operator/production/rhobs.yaml
@@ -108,7 +108,7 @@ objects:
108
debugConfig:
109
acceptMalformedIndex: true
110
haltOnError: true
111
- maxCompactionLevel: 10000
+ maxCompactionLevel: 4
112
downsamplingConfig:
113
downsamplingConcurrency: 1
114
downsamplingEnabled: false
0 commit comments