From 17d39c7a4a9675adf45ce0adc4325181d5b11ed8 Mon Sep 17 00:00:00 2001 From: Soulter <905617992@qq.com> Date: Mon, 24 Feb 2025 15:38:22 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20increase=20forward=20thre?= =?UTF-8?q?shold=20from=20200=20to=201500=20in=20default=20configuration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- astrbot/core/config/default.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astrbot/core/config/default.py b/astrbot/core/config/default.py index 24b0bf86..6589fc47 100644 --- a/astrbot/core/config/default.py +++ b/astrbot/core/config/default.py @@ -16,7 +16,7 @@ DEFAULT_CONFIG = { "strategy": "stall", # stall, discard }, "reply_prefix": "", - "forward_threshold": 200, + "forward_threshold": 1500, "enable_id_white_list": True, "id_whitelist": [], "id_whitelist_log": True,