Changelog - Update docs for caching rate limits

https://github.com/hasura/graphql-engine-mono/pull/2229

GitOrigin-RevId: 9e1bdf906cf88bed3ef16bb624d0a8d99d7571e7
This commit is contained in:
Lyndon Maydwell 2021-08-30 17:33:01 +10:00 committed by hasura-bot
parent 3f4dda2520
commit da7c53b8dd

View File

@ -91,7 +91,7 @@ Rate Limiting
Cache writes are rate limited, with a rate depending on your plan. The rate
limit is based on the total number of bytes written to the cache in a sliding
window. If you exceed the rate limit, the HTTP response will indicate this
with a 429 (Too Many Requests) error response.
with a warning header: "Warning: 199 - cache-store-capacity-exceeded".
Session variables
-----------------