Common limit for all endpoints #175
Answered
by
ecly
YuriiMotov
asked this question in
Q&A
-
Can I limit the total amount of requests for particular user per minute (it doesn't matter what endpoints does this person use, I need to limit total amount of request for this person)? |
Beta Was this translation helpful? Give feedback.
Answered by
ecly
Aug 15, 2024
Replies: 1 comment
-
@YuriiMotov yes, this is exactly what the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
YuriiMotov
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@YuriiMotov yes, this is exactly what the
application_limits
option for theLimiter
class allows.