🐛 fix: increase forward threshold from 200 to 1500 in default configuration

This commit is contained in:
Soulter
2025-02-24 15:38:22 +08:00
parent 54edaebbd9
commit 17d39c7a4a
+1 -1
View File
@@ -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,