Skip to content

Commit 91d8596

Browse files
committed
(feature) bump channel limit to 250 per socket
1 parent 171f8c7 commit 91d8596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ws2_manager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const _includes = require('lodash/includes')
77
const _pick = require('lodash/pick')
88
const WSv2 = require('./transports/ws2')
99

10-
const DATA_CHANNEL_LIMIT = 50
10+
const DATA_CHANNEL_LIMIT = 250
1111

1212
/**
1313
* Provides a wrapper around the WSv2 class, opening new sockets when a

0 commit comments

Comments
 (0)