mirror of
https://gitee.com/houhuan/TrendRadar.git
synced 2026-05-01 00:12:42 +08:00
fix: 略微增加推送时间间隔解决存在的批次错位问题
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@ notification:
|
||||
message_batch_size: 4000 # 消息分批大小(字节)(这个配置别动)
|
||||
dingtalk_batch_size: 20000 # 钉钉消息分批大小(字节)(这个配置也别动)
|
||||
feishu_batch_size: 29000 # 飞书消息分批大小(字节)
|
||||
batch_send_interval: 1 # 批次发送间隔(秒)
|
||||
batch_send_interval: 3 # 批次发送间隔(秒)
|
||||
feishu_message_separator: "━━━━━━━━━━━━━━━━━━━" # feishu 消息分割线
|
||||
|
||||
# 🕐 推送时间窗口控制(可选功能)
|
||||
|
||||
Reference in New Issue
Block a user