Skip to content

Commit 08bb800

Browse files
committed
Rate Limit is available in this code.
1 parent 185233a commit 08bb800

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/rest.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ tracker's config.ini should have ``csrf_enforce_header_x-requested-with
6060
Rate Limiting the API
6161
=====================
6262

63-
This is a work in progress. Check the release notes to see if your
64-
version of roundup includes Rate Limiting for the API (which is
65-
different from rate limiting login attempts on the web interface).
63+
This is a work in progress. This version of roundup includes Rate
64+
Limiting for the API (which is different from rate limiting login
65+
attempts on the web interface).
6666

67-
This is enabled by setting the ``api_calls_per_interval`` and
67+
It is enabled by setting the ``api_calls_per_interval`` and
6868
``api_interval_in_sec`` configuration parameters in the ``[web]``
6969
section of ``config.ini``. The settings are documented in the
7070
config.ini file.

0 commit comments

Comments
 (0)