Skip to content

Commit

Permalink
Merge pull request #48 from xela1/patch-1
Browse files Browse the repository at this point in the history
Reduce asyncio sleep timeout
  • Loading branch information
gazoodle authored Jun 23, 2024
2 parents 973b04d + 8c137d9 commit 8b861c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/geckolib/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class GeckoConstants:

CONNECTION_STEP_PAUSE_IN_SECONDS = 0 # Time between connection steps
MAX_RF_ERRORS_BEFORE_HALT = 50
ASYNCIO_SLEEP_TIMEOUT_FOR_YIELD = 0.001
ASYNCIO_SLEEP_TIMEOUT_FOR_YIELD = 0.1

BROADCAST_ADDRESS = "<broadcast>"
MESSAGE_ENCODING = "latin1"
Expand Down

0 comments on commit 8b861c8

Please sign in to comment.