Skip to content

Commit 67f9b7f

Browse files
emmaling27Convex, Inc.
authored andcommitted
Increase document retention ratelimit 128 -> 256 (#43525)
GitOrigin-RevId: 770f8609c97ae8f10aaff09cad6965393619569e
1 parent b212e74 commit 67f9b7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/common/src/knobs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ pub static DOCUMENT_RETENTION_BATCH_INTERVAL_SECONDS: LazyLock<Duration> = LazyL
507507
pub static DOCUMENT_RETENTION_RATE_LIMIT: LazyLock<NonZeroU32> = LazyLock::new(|| {
508508
env_config(
509509
"DOCUMENT_RETENTION_RATE_LIMIT",
510-
NonZeroU32::new(128).unwrap(),
510+
NonZeroU32::new(256).unwrap(),
511511
)
512512
});
513513

0 commit comments

Comments
 (0)