Request rate limiting settings (per request origin).
Amount is the number of tokens refilled into the bucket each interval.
10; Copy
10;
0
Capacity is the maximum number of tokens (requests) the bucket can hold.
100; Copy
100;
Duration is the refill interval, formatted as a Go duration string
1m Copy
1m
Request rate limiting settings (per request origin).