diff --git a/netbox/netbox/settings.py b/netbox/netbox/settings.py index f49387482..dbaae31ee 100644 --- a/netbox/netbox/settings.py +++ b/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'},