We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cecb2e6 commit 8818ce7Copy full SHA for 8818ce7
template/server/messaging.py
@@ -32,7 +32,7 @@
32
logger = logging.getLogger(__name__)
33
34
MAX_RECONNECT_RETRIES = 3
35
-PING_TIMEOUT = 30
+PING_TIMEOUT = None
36
37
38
class Execution:
0 commit comments