debian: refine uwsgi settings (#27385)

This commit is contained in:
Thomas NOËL 2018-10-24 14:39:21 +02:00
parent e161fb1145
commit 6a75f590be
1 changed files with 5 additions and 1 deletions

6
debian/uwsgi.ini vendored
View File

@ -10,9 +10,11 @@ chmod-socket = 666
vacuum = true
master = true
processes = 5
processes = 10
harakiri = 120
enable-threads = true
max-requests = 500
max-worker-lifetime = 7200
buffer-size = 32768
@ -20,6 +22,8 @@ py-tracebacker = /run/wcs/py-tracebacker.sock.
stats = /run/wcs/stats.sock
memory-report = true
ignore-sigpipe = true
if-file = /etc/wcs/uwsgi-local.ini
include = /etc/wcs/uwsgi-local.ini
endif =