Skip to content

Commit

Permalink
Do not emit heartbeat in engineering mode
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Jan 7, 2025
1 parent 199eb06 commit 531bf9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lvmecp/actor/actor.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ async def _run_eng_mode(self, timeout: float | None = None):
assert self._engineering_mode_duration is not None

while True:
await self.emit_heartbeat()
# await self.emit_heartbeat()

elapsed = time.time() - self._engineering_mode_started_at

Expand Down

0 comments on commit 531bf9a

Please sign in to comment.