Skip to content

Commit 2a2ce79

Browse files
nipunn1313Convex, Inc.
authored andcommitted
Bump system cleanup rate modestly from 1->16 (#35979)
We accidentally left this at 1 for.... 9 months. GitOrigin-RevId: beddd82d2a8fc580bd8fb861296e78829f952dfa
1 parent c999d8c commit 2a2ce79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/common/src/knobs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ pub static SYSTEM_TABLE_CLEANUP_CHUNK_SIZE: LazyLock<usize> =
578578
pub static SYSTEM_TABLE_ROWS_PER_SECOND: LazyLock<NonZeroU32> = LazyLock::new(|| {
579579
env_config(
580580
"SYSTEM_TABLE_CLEANUP_ROWS_PER_SECOND",
581-
NonZeroU32::new(1).unwrap(),
581+
NonZeroU32::new(16).unwrap(),
582582
)
583583
});
584584

0 commit comments

Comments
 (0)