|
@@ -244,7 +244,7 @@ CACHEOPS_DEFAULTS = {
|
|
|
'timeout': CACHE_TIMEOUT
|
|
'timeout': CACHE_TIMEOUT
|
|
|
}
|
|
}
|
|
|
CACHEOPS = {
|
|
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'},
|
|
|
'dcim.*': {'ops': 'all'},
|
|
'dcim.*': {'ops': 'all'},
|