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 5c44562 commit a64ba41Copy full SHA for a64ba41
.gitignore
@@ -1,6 +1,6 @@
1
node_modules
2
package-lock.json
3
-coverage
+.coverage
4
.nyc_output
5
.docs
6
dist
src/constants.ts
@@ -7,4 +7,4 @@ export const CODE_UNIX = 400
7
export const CLOSE_TIMEOUT = 2000
8
9
// Close the socket if there is no activity after this long in ms
10
-export const SOCKET_TIMEOUT = 30000
+export const SOCKET_TIMEOUT = 5 * 60000 // 5 mins
0 commit comments