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.
1 parent f6f45c5 commit 92818caCopy full SHA for 92818ca
crates/common/src/knobs.rs
@@ -1241,7 +1241,7 @@ pub static MAX_SEARCHLIGHT_REQUEST_SIZE: LazyLock<usize> =
1241
/// even if no writes occur. So any worker that checks this should always have
1242
/// some maximum period of time after which they checkpoint unconditionally.
1243
pub static DATABASE_WORKERS_MIN_COMMITS: LazyLock<usize> =
1244
- LazyLock::new(|| env_config("DATABASE_WORKERS_MIN_COMMITS", 100));
+ LazyLock::new(|| env_config("DATABASE_WORKERS_MIN_COMMITS", 500));
1245
1246
/// The TableSummaryWorker must checkpoint every
1247
/// [`DATABASE_WORKERS_MAX_CHECKPOINT_AGE`] seconds even if nothing has changed.
0 commit comments