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 19a227c commit 4944563Copy full SHA for 4944563
crates/common/src/knobs.rs
@@ -449,7 +449,7 @@ pub static DOCUMENT_RETENTION_BATCH_INTERVAL_SECONDS: LazyLock<Duration> = LazyL
449
/// there are a bunch of writes at single timestamp. Then, we go until there are
450
/// no more writes at that timestamp.
451
pub static DOCUMENT_RETENTION_MAX_SCANNED_DOCUMENTS: LazyLock<usize> =
452
- LazyLock::new(|| env_config("DOCUMENT_RETENTION_MAX_SCANNED_DOCUMENTS", 1500));
+ LazyLock::new(|| env_config("DOCUMENT_RETENTION_MAX_SCANNED_DOCUMENTS", 3000));
453
454
/// Size at which a search index will be queued for snapshotting.
455
pub static SEARCH_INDEX_SIZE_SOFT_LIMIT: LazyLock<usize> =
0 commit comments