Skip to content

Commit

Permalink
Updated definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
martynvdijke committed Oct 5, 2021
1 parent 7219dcd commit 8bf027b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loudify/definitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
commands = [None, b"READY", b"REQUEST", b"REPLY", b"HEARTBEAT", b"DISCONNECT"]

internal_commands = [b"GET_WORKERS"]
TIMEOUT = 2
TIMEOUT = 5


# Note, Python3 type "bytes" are essentially what Python2 "str" were,
Expand Down

0 comments on commit 8bf027b

Please sign in to comment.