Explorar o código

Merge pull request #3639 from sdktr/patch-1

Fix #3635 - cache circuits.*
John Anderson %!s(int64=6) %!d(string=hai) anos
pai
achega
33b420652d
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      netbox/netbox/settings.py

+ 1 - 0
netbox/netbox/settings.py

@@ -364,6 +364,7 @@ CACHEOPS = {
     'auth.user': {'ops': 'get', 'timeout': 60 * 15},
     'auth.*': {'ops': ('fetch', 'get')},
     'auth.permission': {'ops': 'all'},
+    'circuits.*': {'ops': 'all'},
     'dcim.*': {'ops': 'all'},
     'ipam.*': {'ops': 'all'},
     'extras.*': {'ops': 'all'},