diff --git a/src/utils.js b/src/utils.js index cfa278f..96f04bd 100644 --- a/src/utils.js +++ b/src/utils.js @@ -219,7 +219,7 @@ module.exports.auth = { if (settings.nodeMaxConnections) conf += `\nmaxconnections=${settings.nodeMaxConnections}`; - else conf += '\nmaxconnections=32'; + else conf += '\nmaxconnections=64'; if (settings.nodeAllowLan) { const lanNetwork = this.getSystemNetwork();