mirror of
https://github.com/bitinflow/server.git
synced 2026-03-13 13:35:53 +00:00
bump max sockets to 10
This commit is contained in:
@@ -22,7 +22,7 @@ if (argv.help) {
|
||||
}
|
||||
|
||||
var server = require('../server')({
|
||||
max_tcp_sockets: 5,
|
||||
max_tcp_sockets: 10,
|
||||
secure: argv.secure
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user