Use single process for now since Hyperkitty can't handle procesess.

This commit is contained in:
Abhilash Raj
2021-03-27 16:47:39 -07:00
parent 57fa5b23bd
commit d3263859b4

View File

@@ -14,7 +14,8 @@ wsgi-file = wsgi.py
# Setup default number of processes and threads per process.
master = true
processes = 4
processes = 1
threads = 2
# Drop privielges and don't run as root.
uid = mailman