Skip to content
Snippets Groups Projects
Commit f31a2f63 authored by Jean-Baptiste's avatar Jean-Baptiste
Browse files

chore: Activate permission cache

parent 1b66dd4e
No related branches found
No related tags found
1 merge request!168Activate permissions cache
Pipeline #7945 passed with stage
in 26 seconds
......@@ -19,7 +19,7 @@ class LDPPermissions(DjangoObjectPermissions):
perms_cache = {
'time': time.time()
}
with_cache = False
with_cache = True
@classmethod
def invalidate_cache(cls):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment