mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-11-13 09:17:21 +03:00
Changelog - Update docs for caching rate limits
https://github.com/hasura/graphql-engine-mono/pull/2229 GitOrigin-RevId: 9e1bdf906cf88bed3ef16bb624d0a8d99d7571e7
This commit is contained in:
parent
3f4dda2520
commit
da7c53b8dd
@ -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
|
||||
-----------------
|
||||
|
Loading…
Reference in New Issue
Block a user