From aedf744edd6be8dc2d39cf887fea9affab77904b Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Mon, 6 Jan 2025 08:18:34 -0700 Subject: [PATCH] throttle: another pass to try to figure out the integer/range issue --- crates/throttle/src/limit.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/crates/throttle/src/limit.rs b/crates/throttle/src/limit.rs index 744ca1244..2afe154d9 100644 --- a/crates/throttle/src/limit.rs +++ b/crates/throttle/src/limit.rs @@ -13,13 +13,13 @@ static MEMORY: LazyLock> = LazyLock::new(|| Mutex::new(Memory static ACQUIRE_SCRIPT: LazyLock