Update libs/utils/src/leaky_bucket.rs

Co-authored-by: Joonas Koivunen <joonas@neon.tech>
This commit is contained in:
Conrad Ludgate
2024-07-30 10:46:27 +01:00
committed by GitHub
parent c766021d5f
commit 2dd85f5a84

View File

@@ -13,7 +13,7 @@ pub struct LeakyBucketConfig {
pub drain_interval: Duration,
/// "time cost" of a single request unit.
/// should loosely represents how long it takes to handle a request unit in active resource time.
/// should loosely represent how long it takes to handle a request unit in active resource time.
pub cost: Duration,
/// total size of the bucket