We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We have, for instance:
@if_anonymous(cache_control(max_age=settings.CACHE_MAX_AGES['single_permalink'])) @ratelimit(rate=settings.MINUTE_LIMIT, block=True, key=ratelimit_ip_key) @ratelimit(rate=settings.HOUR_LIMIT, block=True, key=ratelimit_ip_key) @ratelimit(rate=settings.DAY_LIMIT, block=True, key=ratelimit_ip_key)
on the playback page, and similar.
Did it do a darn thing for us, yesterday? Do we even have it on?
The text was updated successfully, but these errors were encountered:
I'm not seeing any 429s
429
Sorry, something went wrong.
No branches or pull requests
We have, for instance:
on the playback page, and similar.
Did it do a darn thing for us, yesterday? Do we even have it on?
The text was updated successfully, but these errors were encountered: