Skip to content

Commit

Permalink
Clarify.
Browse files Browse the repository at this point in the history
  • Loading branch information
danfuzz committed Jun 6, 2024
1 parent c9c7035 commit 736c192
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/configuration/2-common-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@ options. In each specific case, there is a "token unit" and a "flow rate unit."
These units are always each a real-world unit of some sort (as described above).

* `flowRate` — The rate of token flow once any burst capacity is
exhausted. The rate must be positive.
exhausted, _and_ the rate at which burst capacity is built up. The rate must
be positive.
* `initialBurst` — Optional starting amount of available token "burst"
before rate limiting takes effect. Minimum value `0`, and must be no larger
than `maxBurst`. Defaults to `maxBurst`.
Expand Down

0 comments on commit 736c192

Please sign in to comment.