Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 544 Bytes

TokenBucket.md

File metadata and controls

13 lines (8 loc) · 544 Bytes

TokenBucket

Properties

Name Type Description Notes
size i64 The total number of tokens this bucket can hold.
one_time_burst Option<i64> The initial size of a token bucket. [optional]
refill_time i64 The amount of milliseconds it takes for the bucket to refill.

[Back to Model list] [Back to API list] [Back to README]