Skip to content

Commit

Permalink
Adjust adapter sleep duration
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelldls committed Jan 21, 2025
1 parent e38a726 commit 4cee203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fastcs/transport/epics/adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ def create_gui(self) -> None:
async def serve(self) -> None:
self._ioc.run(self._loop)
while True:
await asyncio.sleep(0)
await asyncio.sleep(1)

0 comments on commit 4cee203

Please sign in to comment.