Mercurial > p > roundup > code
changeset 6675:7542269becfa
Fix cache time week -> day.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 12 May 2022 17:25:09 -0400 |
| parents | ff8845ca305e |
| children | b336cc98d9d2 |
| files | doc/rest.txt |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/rest.txt Thu May 12 17:15:15 2022 -0400 +++ b/doc/rest.txt Thu May 12 17:25:09 2022 -0400 @@ -233,7 +233,7 @@ It will also include rate limit headers since the request is included in the rate limit for the URL. The results from the CORS preflight -should be cached for a week so preflight requests are not expected to +should be cached for a day so preflight requests are not expected to cause a problem. If it is an issue, you can see `Creating Custom Rate Limits`_ and craft a rate limiter that ignores anonymous OPTIONS requests.
