Skip to content

Commit 7625c71

Browse files
author
Jeroen van der Heijden
committed
Small update to max reconnect time
1 parent e50307c commit 7625c71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

thingsdb/client/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
class Client(Buildin):
1515

16-
MAX_RECONNECT_WAIT_TIME = 120
16+
MAX_RECONNECT_WAIT_TIME = 60
1717
MAX_RECONNECT_TIMEOUT = 10
1818

1919
def __init__(

0 commit comments

Comments
 (0)