Skip to content

Commit 78a42ab

Browse files
authored
Merge pull request #34446 from def-/pr-persist-rollup-active-rollup
Enable persist_rollup_use_active_rollup by default
2 parents e6986a5 + 315fbab commit 78a42ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/persist-client/src/internal/state.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ pub(crate) const ROLLUP_FALLBACK_THRESHOLD_MS: Config<usize> = Config::new(
106106
/// We musn't enable this until we are fully deployed on the new version.
107107
pub(crate) const ROLLUP_USE_ACTIVE_ROLLUP: Config<bool> = Config::new(
108108
"persist_rollup_use_active_rollup",
109-
false,
109+
true,
110110
"Whether to use the new active rollup tracking mechanism.",
111111
);
112112

0 commit comments

Comments
 (0)