mirror of
https://github.com/netbox-community/netbox.git
synced 2026-04-25 02:08:58 +02:00
Fix #3635 - cache circuits.*
Enable caching for items under the circuits app
This commit is contained in:
@@ -364,6 +364,7 @@ CACHEOPS = {
|
|||||||
'auth.user': {'ops': 'get', 'timeout': 60 * 15},
|
'auth.user': {'ops': 'get', 'timeout': 60 * 15},
|
||||||
'auth.*': {'ops': ('fetch', 'get')},
|
'auth.*': {'ops': ('fetch', 'get')},
|
||||||
'auth.permission': {'ops': 'all'},
|
'auth.permission': {'ops': 'all'},
|
||||||
|
'circuits.*': {'ops': 'all'},
|
||||||
'dcim.*': {'ops': 'all'},
|
'dcim.*': {'ops': 'all'},
|
||||||
'ipam.*': {'ops': 'all'},
|
'ipam.*': {'ops': 'all'},
|
||||||
'extras.*': {'ops': 'all'},
|
'extras.*': {'ops': 'all'},
|
||||||
|
|||||||
Reference in New Issue
Block a user