Przeglądaj źródła

Increase uwsgi listen backlog again (#2246)

INADA Naoki 9 lat temu
rodzic
commit
e34b17fc56

+ 1 - 1
frameworks/Python/bottle/uwsgi.ini

@@ -2,7 +2,7 @@
 master
 ; Increase listen queue used for nginx connecting to uWSGI. This matches
 ; net.ipv4.tcp_max_syn_backlog and net.core.somaxconn.
-listen = 128
+listen = 16384
 ; for performance
 disable-logging
 ; use UNIX sockets instead of TCP loopback for performance

+ 1 - 1
frameworks/Python/flask/uwsgi.ini

@@ -2,7 +2,7 @@
 master
 ; Increase listen queue used for nginx connecting to uWSGI. This matches
 ; net.ipv4.tcp_max_syn_backlog and net.core.somaxconn.
-listen = 128
+listen = 16384
 ; for performance
 disable-logging
 ; use UNIX sockets instead of TCP loopback for performance

+ 1 - 1
frameworks/Python/uwsgi/uwsgi.ini

@@ -2,7 +2,7 @@
 master
 ; Increase listen queue used for nginx connecting to uWSGI. This matches
 ; net.ipv4.tcp_max_syn_backlog and net.core.somaxconn.
-listen = 128
+listen = 16384
 ; for performance
 disable-logging
 ; use UNIX sockets instead of TCP loopback for performance