Revert max-worker-connections default value (#3660)
This commit is contained in:
parent
39dd0c50da
commit
b10b60f9ae
2 changed files with 8 additions and 5 deletions
|
|
@ -614,7 +614,7 @@ func NewDefault() Configuration {
|
|||
LogFormatStream: logFormatStream,
|
||||
LogFormatUpstream: logFormatUpstream,
|
||||
EnableMultiAccept: true,
|
||||
MaxWorkerConnections: 0,
|
||||
MaxWorkerConnections: 16384,
|
||||
MaxWorkerOpenFiles: 0,
|
||||
MapHashBucketSize: 64,
|
||||
NginxStatusIpv4Whitelist: defNginxStatusIpv4Whitelist,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue