Open
Description


If you then set a new value for refill_bytes_per_period, for example 100MB, available_bytes_ will not be updated immediately. It will only be updated when available_bytes_ reaches 0. Therefore, during the period when available_bytes_ decreases from INT64_MAX to 0, rate limiter is disabled. The duration of this unlimited period depends on the size of available_bytes_. Since INT64_MAX is extremely large, rate limiting may be disabled for a long time.
Metadata
Metadata
Assignees
Labels
No labels