John Anderson 6 лет назад
Родитель
Сommit
c7778db7f2
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      netbox/netbox/settings.py

+ 1 - 1
netbox/netbox/settings.py

@@ -244,7 +244,7 @@ CACHEOPS_DEFAULTS = {
     'timeout': CACHE_TIMEOUT
 }
 CACHEOPS = {
-    'auth.user': {'ops': 'get', 'timeout': 60*15},
+    'auth.user': {'ops': 'get', 'timeout': 60 * 15},
     'auth.*': {'ops': ('fetch', 'get')},
     'auth.permission': {'ops': 'all'},
     'dcim.*': {'ops': 'all'},