mirror of
https://github.com/Retropex/apolloapi-v2.git
synced 2025-05-28 13:02:35 +02:00
default maxConnections to 64
This commit is contained in:
parent
552a74a289
commit
29fa5b32b8
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user