Skip to content

Commit

Permalink
HB_BUSEMPTY increase to 60
Browse files Browse the repository at this point in the history
  • Loading branch information
cereal2nd committed Oct 22, 2024
1 parent dc71053 commit d97dbd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion duotecno/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
LOAD_NODE_TIMEOUT: Final = 60
LOAD_UNIT_TIMEOUT: Final = 120
HB_TIMEOUT: Final = 20
HB_BUSEMPTY: Final = 10
HB_BUSEMPTY: Final = 60
MAX_INFLIGHT: Final = 5
STATUS_RETRANSMIT: Final = 2
RECONNECT_TIMEOUT: Final = 180
Expand Down

0 comments on commit d97dbd3

Please sign in to comment.