Fix #3635 - cache circuits.*

Enable caching for items under the circuits app
This commit is contained in:
Stefan de Kooter 2019-10-25 00:46:05 +02:00 committed by GitHub
parent ae4f17264f
commit 42b679d9a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'},