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
"Load the settings from the database for each request (thread), do not use with caching."
Why can't that be cached? Surely if there is a problem with invalidation, then when you change a setting it such invalidate the cache there?
The text was updated successfully, but these errors were encountered:
Sorry, could you provide some context for your quote?
Sorry, something went wrong.
class SettingsMiddleware(object):
In middleware.py we have that comment that you shouldn't cache the update_db
No branches or pull requests
"Load the settings from the database for each request (thread), do not use with caching."
Why can't that be cached? Surely if there is a problem with invalidation, then when you change a setting it such invalidate the cache there?
The text was updated successfully, but these errors were encountered: