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 171f8c7 commit 91d8596Copy full SHA for 91d8596
lib/ws2_manager.js
@@ -7,7 +7,7 @@ const _includes = require('lodash/includes')
7
const _pick = require('lodash/pick')
8
const WSv2 = require('./transports/ws2')
9
10
-const DATA_CHANNEL_LIMIT = 50
+const DATA_CHANNEL_LIMIT = 250
11
12
/**
13
* Provides a wrapper around the WSv2 class, opening new sockets when a
0 commit comments