We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6f3c0e commit ec5b1c7Copy full SHA for ec5b1c7
debug_toolbar/toolbar.py
@@ -157,7 +157,7 @@ def is_toolbar_request(cls, request):
157
return resolver_match.namespaces and resolver_match.namespaces[-1] == app_name
158
159
@staticmethod
160
- @lru_cache
+ @lru_cache(maxsize=128)
161
def get_observe_request():
162
# If OBSERVE_REQUEST_CALLBACK is a string, which is the recommended
163
# setup, resolve it to the corresponding callable.
0 commit comments