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]
; chdir = /app
module=config.wsgi:application
master=True
pidfile=/tmp/project-master.pid
vacuum=True
max-requests=5000
socket = :8080
module = config.wsgi:application
master = True
pidfile = /tmp/project-master.pid
vacuum = True
max-requests = 5000
socket = :8080
buffer-size = 8192