Mercurial > p > roundup > code
changeset 5896:a8df94ec8040
Rate Limit is available in this code.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 02 Oct 2019 22:06:02 -0400 |
| parents | 93bbe5340d5b |
| children | d0aebd4aec72 |
| files | doc/rest.txt |
| diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/rest.txt Wed Oct 02 21:51:27 2019 -0400 +++ b/doc/rest.txt Wed Oct 02 22:06:02 2019 -0400 @@ -60,11 +60,11 @@ Rate Limiting the API ===================== -This is a work in progress. Check the release notes to see if your -version of roundup includes Rate Limiting for the API (which is -different from rate limiting login attempts on the web interface). +This is a work in progress. This version of roundup includes Rate +Limiting for the API (which is different from rate limiting login +attempts on the web interface). -This is enabled by setting the ``api_calls_per_interval`` and +It is enabled by setting the ``api_calls_per_interval`` and ``api_interval_in_sec`` configuration parameters in the ``[web]`` section of ``config.ini``. The settings are documented in the config.ini file.
