From 7fe676712b8dfe6921c7031409e042399b789b12 Mon Sep 17 00:00:00 2001 From: Rock Chin <1010553892@qq.com> Date: Sat, 4 Mar 2023 11:16:20 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E5=88=A0=E9=99=A4=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=A8=A1=E6=9D=BF=E5=86=97=E4=BD=99=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config-template.py | 1 - 1 file changed, 1 deletion(-) diff --git a/config-template.py b/config-template.py index 66235310..8238f375 100644 --- a/config-template.py +++ b/config-template.py @@ -162,7 +162,6 @@ show_prefix = False blob_message_threshold = 256 # 长消息处理策略 -# - "split": 将长消息分割为多条短消息发送 # - "image": 将长消息转换为图片发送 # - "forward": 将长消息转换为转发消息组件发送 blob_message_strategy = "forward"