mirror of
https://github.com/Retropex/apolloapi-v2.git
synced 2025-06-02 15:32:30 +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)
|
if (settings.nodeMaxConnections)
|
||||||
conf += `\nmaxconnections=${settings.nodeMaxConnections}`;
|
conf += `\nmaxconnections=${settings.nodeMaxConnections}`;
|
||||||
else conf += '\nmaxconnections=32';
|
else conf += '\nmaxconnections=64';
|
||||||
|
|
||||||
if (settings.nodeAllowLan) {
|
if (settings.nodeAllowLan) {
|
||||||
const lanNetwork = this.getSystemNetwork();
|
const lanNetwork = this.getSystemNetwork();
|
||||||
|
Loading…
Reference in New Issue
Block a user