From f8e19ba9b3f1eb7d616a9dd60b4f325e2ed6e45b Mon Sep 17 00:00:00 2001 From: Rock Chin <1010553892@qq.com> Date: Fri, 7 Apr 2023 17:07:43 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=88=A0=E9=99=A4config-template.py?= =?UTF-8?q?=E4=B8=AD=E5=A4=9A=E4=BD=99=E7=9A=84=E5=B1=9E=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config-template.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/config-template.py b/config-template.py index bb77fca..fb905f3 100644 --- a/config-template.py +++ b/config-template.py @@ -226,11 +226,6 @@ retry_times = 3 # 设置为False时,向用户及管理员发送错误详细信息 hide_exce_info_to_user = False -# 消息处理出错时向用户发送的提示信息 -# 仅当hide_exce_info_to_user为True时生效 -# 设置为空字符串时,不发送提示信息 -alter_tip_message = '出错了,请稍后再试' - # 线程池相关配置 # 该参数决定机器人可以同时处理几个人的消息,超出线程池数量的请求会被阻塞,不会被丢弃 # 如果你不清楚该参数的意义,请不要更改 @@ -259,11 +254,6 @@ rate_limitation = 60 # - "drop": 此分钟内,若对话次数超过限速次数,则丢弃之后的对话,每自然分钟重置 rate_limit_strategy = "wait" -# drop策略时,超过限速均值时,丢弃的对话的提示信息 -# 仅当rate_limitation_strategy为"drop"时生效 -# 若设置为空字符串,则不发送提示信息 -rate_limit_drop_tip = "本分钟对话次数超过限速次数,此对话被丢弃" - # 是否在启动时进行依赖库更新 upgrade_dependencies = True