fix: 略微增加推送时间间隔解决存在的批次错位问题

This commit is contained in:
sansan
2025-11-08 20:27:02 +08:00
parent e04459f33e
commit b167f5e5a9
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -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 消息分割线
# 🕐 推送时间窗口控制(可选功能)