Skip to content

Commit e710402

Browse files
committed
Increase the retries
1 parent c154f88 commit e710402

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

template/server/messaging.py

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

3232
logger = logging.getLogger(__name__)
3333

34-
MAX_RECONNECT_RETRIES = 1
34+
MAX_RECONNECT_RETRIES = 3
3535
PING_TIMEOUT = 30
3636

3737

0 commit comments

Comments
 (0)