From 7881025fd5a12d7b5e0d6d59bc217d30a692f7fc Mon Sep 17 00:00:00 2001 From: Danil Smirnov Date: Sun, 30 May 2021 17:24:47 +0000 Subject: [PATCH] uwsgi configuration update --- postorius/mailman-web/uwsgi.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/postorius/mailman-web/uwsgi.ini b/postorius/mailman-web/uwsgi.ini index 85a3f6a..9c025ee 100644 --- a/postorius/mailman-web/uwsgi.ini +++ b/postorius/mailman-web/uwsgi.ini @@ -11,7 +11,8 @@ wsgi-file = wsgi.py # Setup default number of processes and threads per process. master = true -processes = 4 +processes = 2 +threads = 2 # Drop privielges and don't run as root. uid = mailman