[mailman3] Increase the default amount of gunicorn workers
Mailman hourly job is making the web unresponsive, let's try if increasing the amount of gunicorn workers improves the situation. Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
parent
c69ef120c3
commit
0d4e40f7b2
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ mailman_hyperkitty_admin_db_pass: changeme
|
|||
mailman_hyperkitty_db_pass: changeme
|
||||
mailman_hyperkitty_cookie_key: changeme
|
||||
mailman_hyperkitty_archiver_key: changeme
|
||||
mailman_gunicorn_workers: 4
|
||||
mailman_gunicorn_workers: 10
|
||||
mailman_domains:
|
||||
- lists.example.com
|
||||
- lists.example.org
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue