Skip to content

Commit

Permalink
feature/clarify-changing-rate-limit-settings moving explanation insid…
Browse files Browse the repository at this point in the history
…e table
  • Loading branch information
TomerPacific committed Oct 18, 2023
1 parent 867248d commit 8069cbc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion source/configure/rate-limiting-configuration-settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ Maximum queries per second
| `rate limiting <#enable-rate-limiting>`__ is enabled. | - ``config.json`` setting: ``".RateLimitSettings.PerSec: 10,`` |
| | - Environment variable: ``MM_RATELIMITSETTINGS_PERSEC`` |
| Numerical input. Default is **10**. | |
| | |
| Increase this value to accept more requests each second, and | |
| decrease this value to allow fewer requests. | |
| | |
+---------------------------------------------------------------+--------------------------------------------------------------------------+

.. config:setting:: ratelimit-maxburst
Expand All @@ -53,7 +57,6 @@ Maximum queries per second
:environment: MM_RATELIMITSETTINGS_MAXBURST
:description: The maximum number of requests allowed beyond the per second query limit when `rate limiting <#enable-rate-limiting>`__ is enabled. Default is **100** requests.

Increase this value to accept more requests each second, and decrease this value to allow fewer requests.

Maximum burst size
~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 8069cbc

Please sign in to comment.