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 86b9a6e commit 74d18f9Copy full SHA for 74d18f9
crates/common/src/knobs.rs
@@ -408,7 +408,7 @@ pub static INDEX_RETENTION_DELAY: LazyLock<Duration> =
408
///
409
/// Smaller window means we keep less historical data around.
410
pub static DOCUMENT_RETENTION_DELAY: LazyLock<Duration> = LazyLock::new(|| {
411
- Duration::from_secs(env_config("DOCUMENT_RETENTION_DELAY", 60 * 60 * 24 * 80))
+ Duration::from_secs(env_config("DOCUMENT_RETENTION_DELAY", 60 * 60 * 24 * 79))
412
});
413
414
/// When to start rejecting new additions to the search memory index.
0 commit comments