Bläddra i källkod

Fix #3635 - cache circuits.*

Enable caching for items under the circuits app
Stefan de Kooter 6 år sedan
förälder
incheckning
42b679d9a3
1 ändrade filer med 1 tillägg och 0 borttagningar
  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'},