Mercurial > p > roundup > code
diff doc/rest.txt @ 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 | ab2ed11c021e |
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.
