Remove InternalCCMSFlag

This commit is contained in:
2025-12-21 08:12:36 +01:00
parent 965561956e
commit d23f20f42a
7 changed files with 38 additions and 66 deletions

View File

@@ -19,8 +19,6 @@ const (
DefaultAvroCheckpointInterval = time.Minute
)
var InternalCCMSFlag bool = false
type MetricStoreConfig struct {
// Number of concurrent workers for checkpoint and archive operations.
// If not set or 0, defaults to min(runtime.NumCPU()/2+1, 10)