From 6f4bab41d58859efa47eb535af11da4ed53c4b5e Mon Sep 17 00:00:00 2001 From: simon Date: Wed, 20 Oct 2021 18:16:53 +0700 Subject: [PATCH] increase uwsgi buffer-size, #60 #48 --- uwsgi.ini | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/uwsgi.ini b/uwsgi.ini index aba3db0..f8752a4 100644 --- a/uwsgi.ini +++ b/uwsgi.ini @@ -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 \ No newline at end of file +module = config.wsgi:application +master = True +pidfile = /tmp/project-master.pid +vacuum = True +max-requests = 5000 +socket = :8080 +buffer-size = 8192 \ No newline at end of file