Fix default listen.backlog value

This commit is contained in:
cytopia
2018-08-04 16:55:11 +02:00
parent c246645ed8
commit 8a4736f1e4
19 changed files with 19 additions and 19 deletions

View File

@@ -41,7 +41,7 @@ access.log = /proc/self/fd/2
; This should not be greater than `cat /proc/sys/net/core/somaxconn`, otherwise connections
; are silently truncated
listen.backlog = 128
listen.backlog = 1024
; ############################################################