Changeset - 81eb8dbf0e7c
[Not reviewed]
default
0 1 0
domruf - 8 years ago 2017-09-19 22:44:41
dominikruf@gmail.com
config: set default uwsgi socket listen queue size to 128

On Linux systems, the socket listen queue size can't be greater than the value
of /proc/sys/net/core/somaxconn. On a lot of systems this value is 128.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
kallithea/lib/paster_commands/template.ini.mako
Show inline comments
 
@@ -126,7 +126,7 @@ memory-report = true
 
log-5xx = true
 

	
 
<%text>## Set the socket listen queue size.</%text>
 
listen = 256
 
listen = 128
 

	
 
<%text>## Gracefully Reload workers after the specified amount of managed requests</%text>
 
<%text>## (avoid memory leaks).</%text>
0 comments (0 inline, 0 general)