Merge pull request #451 from maxking/release-0.3.12
Use single process for now since Hyperkitty can't handle multiple processes.
This commit is contained in:
@@ -14,7 +14,8 @@ wsgi-file = wsgi.py
|
|||||||
|
|
||||||
# Setup default number of processes and threads per process.
|
# Setup default number of processes and threads per process.
|
||||||
master = true
|
master = true
|
||||||
processes = 4
|
processes = 1
|
||||||
|
threads = 2
|
||||||
|
|
||||||
# Drop privielges and don't run as root.
|
# Drop privielges and don't run as root.
|
||||||
uid = mailman
|
uid = mailman
|
||||||
|
|||||||
Reference in New Issue
Block a user