Fix default listen.backlog

This commit is contained in:
cytopia 2018-08-04 16:53:36 +02:00
parent f9db50f03a
commit 75765c2063
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2
9 changed files with 9 additions and 9 deletions

View File

@ -40,7 +40,7 @@
<value name="listen_options">
Set listen(2) backlog
<value name="backlog">128</value>
<value name="backlog">1024</value>
Set permissions for unix socket, if one used.
In Linux read/write permissions must be set in order to allow connections from web server.
Many BSD-derrived systems allow connections regardless of permissions.

View File

@ -43,7 +43,7 @@ request_terminate_timeout = 120s
; the request may be ignored so that retries may succeed.
; This should not be greater than `cat /proc/sys/net/core/somaxconn`, otherwise connections
; are silently truncated
listen.backlog = 128
listen.backlog = 1024
; static - the number of child processes is fixed (pm.max_children).

View File

@ -43,7 +43,7 @@ request_terminate_timeout = 120s
; the request may be ignored so that retries may succeed.
; This should not be greater than `cat /proc/sys/net/core/somaxconn`, otherwise connections
; are silently truncated
listen.backlog = 128
listen.backlog = 1024
; static - the number of child processes is fixed (pm.max_children).

View File

@ -43,7 +43,7 @@ request_terminate_timeout = 120s
; the request may be ignored so that retries may succeed.
; This should not be greater than `cat /proc/sys/net/core/somaxconn`, otherwise connections
; are silently truncated
listen.backlog = 128
listen.backlog = 1024
; static - the number of child processes is fixed (pm.max_children).

View File

@ -43,7 +43,7 @@ request_terminate_timeout = 120s
; the request may be ignored so that retries may succeed.
; This should not be greater than `cat /proc/sys/net/core/somaxconn`, otherwise connections
; are silently truncated
listen.backlog = 128
listen.backlog = 1024
; static - the number of child processes is fixed (pm.max_children).

View File

@ -43,7 +43,7 @@ request_terminate_timeout = 120s
; the request may be ignored so that retries may succeed.
; This should not be greater than `cat /proc/sys/net/core/somaxconn`, otherwise connections
; are silently truncated
listen.backlog = 128
listen.backlog = 1024
; static - the number of child processes is fixed (pm.max_children).

View File

@ -43,7 +43,7 @@ request_terminate_timeout = 120s
; the request may be ignored so that retries may succeed.
; This should not be greater than `cat /proc/sys/net/core/somaxconn`, otherwise connections
; are silently truncated
listen.backlog = 128
listen.backlog = 1024
; static - the number of child processes is fixed (pm.max_children).

View File

@ -43,7 +43,7 @@ request_terminate_timeout = 120s
; the request may be ignored so that retries may succeed.
; This should not be greater than `cat /proc/sys/net/core/somaxconn`, otherwise connections
; are silently truncated
listen.backlog = 128
listen.backlog = 1024
; static - the number of child processes is fixed (pm.max_children).

View File

@ -43,7 +43,7 @@ request_terminate_timeout = 120s
; the request may be ignored so that retries may succeed.
; This should not be greater than `cat /proc/sys/net/core/somaxconn`, otherwise connections
; are silently truncated
listen.backlog = 128
listen.backlog = 1024
; static - the number of child processes is fixed (pm.max_children).