Remote compaction on by-default (#6866)

This commit is contained in:
pakrym-oai
2025-11-18 18:21:57 -08:00
committed by GitHub
parent b395dc1be6
commit cac0a6a29d

View File

@@ -313,7 +313,7 @@ pub const FEATURES: &[FeatureSpec] = &[
id: Feature::RemoteCompaction,
key: "remote_compaction",
stage: Stage::Experimental,
default_enabled: false,
default_enabled: true,
},
FeatureSpec {
id: Feature::ParallelToolCalls,