瀏覽代碼

Merge pull request #3639 from sdktr/patch-1

Fix #3635 - cache circuits.*
John Anderson 6 年之前
父節點
當前提交
33b420652d
共有 1 個文件被更改,包括 1 次插入0 次删除
  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'},