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 318d82b commit 23d3042Copy full SHA for 23d3042
crates/common/src/knobs.rs
@@ -423,7 +423,7 @@ pub static DOCUMENT_RETENTION_BATCH_INTERVAL_SECONDS: LazyLock<Duration> = LazyL
423
/// there are a bunch of writes at single timestamp. Then, we go until there are
424
/// no more writes at that timestamp.
425
pub static DOCUMENT_RETENTION_MAX_SCANNED_DOCUMENTS: LazyLock<usize> =
426
- LazyLock::new(|| env_config("DOCUMENT_RETENTION_MAX_SCANNED_DOCUMENTS", 250));
+ LazyLock::new(|| env_config("DOCUMENT_RETENTION_MAX_SCANNED_DOCUMENTS", 400));
427
428
/// Size at which a search index will be queued for snapshotting.
429
pub static SEARCH_INDEX_SIZE_SOFT_LIMIT: LazyLock<usize> =
0 commit comments