fix:修复私聊bug

This commit is contained in:
SengokuCola
2025-05-28 13:58:51 +08:00
parent 41f97a0bf1
commit a2eb4a163b
6 changed files with 21 additions and 16 deletions

View File

@@ -54,7 +54,7 @@ CONSECUTIVE_NO_REPLY_THRESHOLD = 3 # 连续不回复的阈值
logger = get_logger("hfc") # Logger Name Changed
# 设定处理器超时时间(秒)
PROCESSOR_TIMEOUT = 10
PROCESSOR_TIMEOUT = 20
async def _handle_cycle_delay(action_taken_this_cycle: bool, cycle_start_time: float, log_prefix: str):