Struct RateLimitBucket.RefillConfig
Syntax
[Serializable]
public struct RefillConfig
Fields
Interval
Seconds
Declaration
public float Interval
Refill
How many tokens refilled each interval
Declaration
public int Refill
MaxTokens
Max number of tokens in bucket. set this number higher than per seconds value to allow bursts of usage
Declaration
public int MaxTokens