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

pull/4560/head
ibuler 2020-08-18 18:13:19 +08:00 committed by 老广
parent 37b1038725
commit 1551aa418f
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,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,