Browse Source

weppy updates (#2340)

Giovanni Barillari 8 years ago
parent
commit
b02ca8e719

+ 1 - 1
frameworks/Python/weppy/requirements-pypy.txt

@@ -1,4 +1,4 @@
 pg8000==1.10.6
-weppy==0.7.9
+weppy==0.8.1
 gunicorn==19.4.5
 tornado==4.3

+ 1 - 1
frameworks/Python/weppy/requirements.txt

@@ -1,5 +1,5 @@
 psycopg2==2.6.1
-weppy==0.7.9
+weppy==0.8.1
 gunicorn==19.4.5
 meinheld==0.5.9
 uwsgi==2.0.12

+ 1 - 1
frameworks/Python/weppy/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