fix:修改参数优化

This commit is contained in:
SengokuCola
2025-09-23 19:42:45 +08:00
parent f075f28f02
commit 22ddaa5b72
4 changed files with 4 additions and 14 deletions

View File

@@ -207,7 +207,7 @@ class HeartFChatting:
await self._observe(recent_messages_list=recent_messages_list)
else:
# 没有提到继续保持沉默等待5秒防止频繁触发
await asyncio.sleep(5)
await asyncio.sleep(10)
return True
else:
await asyncio.sleep(0.2)