We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e6986a5 + 315fbab commit 78a42abCopy full SHA for 78a42ab
src/persist-client/src/internal/state.rs
@@ -106,7 +106,7 @@ pub(crate) const ROLLUP_FALLBACK_THRESHOLD_MS: Config<usize> = Config::new(
106
/// We musn't enable this until we are fully deployed on the new version.
107
pub(crate) const ROLLUP_USE_ACTIVE_ROLLUP: Config<bool> = Config::new(
108
"persist_rollup_use_active_rollup",
109
- false,
+ true,
110
"Whether to use the new active rollup tracking mechanism.",
111
);
112
0 commit comments