Update heartFC_chat.py

This commit is contained in:
SengokuCola
2025-05-29 13:38:31 +08:00
parent b741ef761a
commit 5b13de1715

View File

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