anable LocalCacheProxy correctly

This commit is contained in:
Laura Klünder 2025-04-17 23:18:19 +02:00
parent a543380fd3
commit 80cf20d8f2

View file

@ -55,7 +55,7 @@ class LocalCacheProxy:
This gets called when the per request cache middleware is loaded.
We don't want local cache proxies to work outside of requests.
"""
LocalCacheProxy.enabled = False
LocalCacheProxy.enabled = True
def set(self, key, value, expire):
self._check_mapupdate()