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 515f319 commit 938b38cCopy full SHA for 938b38c
client/src/CodeChatEditorFramework.mts
@@ -55,7 +55,7 @@ import {
55
// The max length of a message to show in the console.
56
const MAX_MESSAGE_LENGTH = 200;
57
// The timeout for a websocket `Response`, in ms.
58
-const RESPONSE_TIMEOUT_MS = 1500000;
+const RESPONSE_TIMEOUT_MS = 15000;
59
60
// An instance of the websocket communication class.
61
let webSocketComm: WebSocketComm;
0 commit comments