心跳频率降低

This commit is contained in:
liuwei
2025-05-15 15:28:33 +08:00
parent 46f7b309b6
commit c9e1a8cc71

View File

@@ -314,7 +314,6 @@ class Robot(Job):
self.LOG.debug("心跳进行中")
else:
self.LOG.warning("心跳失败")
self.LOG.error(f"wechat_ipad heartbeat heartbeat twice_auto_auth ")
except Exception as e:
self.LOG.error(f"wechat_ipad heartbeat: {e}")
await asyncio.sleep(60)
@@ -329,7 +328,6 @@ class Robot(Job):
self.LOG.debug("长连接心跳进行中")
else:
self.LOG.warning("长连接心跳失败")
self.LOG.error(f"wechat_ipad heartbeat long twice_auto_auth ")
except Exception as e:
self.LOG.error(f"wechat_ipad heartbeat long: {e}")
await asyncio.sleep(120)