increase uwsgi buffer-size, #60 #48

This commit is contained in:
simon 2021-10-20 18:16:53 +07:00
parent d250ed645a
commit 6f4bab41d5
1 changed files with 7 additions and 7 deletions

View File

@ -1,8 +1,8 @@
[uwsgi] [uwsgi]
; chdir = /app module = config.wsgi:application
module=config.wsgi:application master = True
master=True pidfile = /tmp/project-master.pid
pidfile=/tmp/project-master.pid vacuum = True
vacuum=True max-requests = 5000
max-requests=5000 socket = :8080
socket = :8080 buffer-size = 8192