Skip to content

Commit

Permalink
fix: reduce sleep interval for remote job
Browse files Browse the repository at this point in the history
  • Loading branch information
furkan-bilgin committed Dec 6, 2024
1 parent 590bf6e commit 01cb5af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/enrgdaq/daq/jobs/remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from enrgdaq.utils.time import sleep_for

DAQ_JOB_REMOTE_MAX_REMOTE_MESSAGE_ID_COUNT = 10000
DAQ_JOB_REMOTE_SLEEP_INTERVAL = 1
DAQ_JOB_REMOTE_SLEEP_INTERVAL = 0.2


class SupervisorRemoteStats(Struct):
Expand Down

0 comments on commit 01cb5af

Please sign in to comment.