We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4407f42 commit b757fd8Copy full SHA for b757fd8
common/src/websockets/websocket-client.ts
@@ -10,6 +10,7 @@ import type {
10
// mqp: useful for debugging
11
const VERBOSE_LOGGING = false
12
13
+// Timeout for websocket messages waiting for acknowledgment (2 minutes)
14
const TIMEOUT_MS = 120_000
15
16
const RECONNECT_WAIT_MS = 5_000
0 commit comments