mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-09-01 23:27:14 +00:00
feat(config-template): 更改为常量表示超时时间
This commit is contained in:
+1
-1
@@ -241,7 +241,7 @@ user_pool_num = 6
|
|||||||
|
|
||||||
# 每个会话的过期时间,单位为秒
|
# 每个会话的过期时间,单位为秒
|
||||||
# 默认值20分钟
|
# 默认值20分钟
|
||||||
session_expire_time = 60 * 20
|
session_expire_time = 1200
|
||||||
|
|
||||||
# 会话限速
|
# 会话限速
|
||||||
# 单会话内每分钟可进行的对话次数
|
# 单会话内每分钟可进行的对话次数
|
||||||
|
|||||||
Reference in New Issue
Block a user