Skip to content

Commit

Permalink
Increase document retention speed (#30037)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 0382b4b416ad35e13358b16a4220b616729f6620
  • Loading branch information
jordanhunt22 authored and Convex, Inc. committed Sep 20, 2024
1 parent 5d760e2 commit 92e73bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/common/src/knobs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ pub static RETENTION_FAIL_ALL_MULTIPLIER: LazyLock<usize> =
pub static DOCUMENT_RETENTION_BATCH_INTERVAL_SECONDS: LazyLock<Duration> = LazyLock::new(|| {
Duration::from_secs(env_config(
"DOCUMENT_RETENTION_BATCH_INTERVAL_SECONDS",
5 * 60,
2 * 60,
))
});

Expand Down

0 comments on commit 92e73bb

Please sign in to comment.