mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-24 10:31:56 +08:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user