Is the rate limiting middleware in the graphql.php file per user or for the application? #1041
Unanswered
drewgallagher
asked this question in
Q&A
Replies: 1 comment 3 replies
-
If you are using Laravels rate limiting capability, it's the same as documented at https://laravel.com/docs/10.x/rate-limiting and what you make of it. If you include the user ID, it's per user. If not, then not. HTH |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is the rate limiting middleware in the graphql.php file per user or for the application?
Trying to make sure that our application is allowing enough requests for high load. Right now it's set to 250 requests/min
Beta Was this translation helpful? Give feedback.
All reactions