feat(config-template): 更改为常量表示超时时间

This commit is contained in:
Rock Chin 2023-04-08 15:36:35 +08:00
parent cb1f8ca6f7
commit 2863945d5f

View File

@ -241,7 +241,7 @@ user_pool_num = 6
# 每个会话的过期时间,单位为秒
# 默认值20分钟
session_expire_time = 60 * 20
session_expire_time = 1200
# 会话限速
# 单会话内每分钟可进行的对话次数