From 2863945d5f844facc9b530f18a5769ee45d6e783 Mon Sep 17 00:00:00 2001 From: Rock Chin <1010553892@qq.com> Date: Sat, 8 Apr 2023 15:36:35 +0800 Subject: [PATCH] =?UTF-8?q?feat(config-template):=20=E6=9B=B4=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E5=B8=B8=E9=87=8F=E8=A1=A8=E7=A4=BA=E8=B6=85=E6=97=B6?= =?UTF-8?q?=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config-template.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-template.py b/config-template.py index fb905f3..a2e3487 100644 --- a/config-template.py +++ b/config-template.py @@ -241,7 +241,7 @@ user_pool_num = 6 # 每个会话的过期时间,单位为秒 # 默认值20分钟 -session_expire_time = 60 * 20 +session_expire_time = 1200 # 会话限速 # 单会话内每分钟可进行的对话次数