perf(config): 修改默认登录日志保存时间

This commit is contained in:
ibuler 2020-08-18 18:13:19 +08:00 committed by 老广
parent af85d551ad
commit d5b9596e7d

View File

@ -247,7 +247,7 @@ class Config(dict):
'HTTP_BIND_HOST': '0.0.0.0',
'HTTP_LISTEN_PORT': 8080,
'WS_LISTEN_PORT': 8070,
'LOGIN_LOG_KEEP_DAYS': 90,
'LOGIN_LOG_KEEP_DAYS': 9999,
'TASK_LOG_KEEP_DAYS': 10,
'ASSETS_PERM_CACHE_TIME': 3600 * 24,
'SECURITY_MFA_VERIFY_TTL': 3600,