Skip to content

Commit e51313b

Browse files
committed
Revert unwanted change
1 parent 1a63a96 commit e51313b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/server/messaging.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
logger = logging.getLogger(__name__)
3333

3434
MAX_RECONNECT_RETRIES = 3
35-
PING_TIMEOUT = None
35+
PING_TIMEOUT = 30
3636

3737

3838
class Execution:

0 commit comments

Comments
 (0)