[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:
Michal Konecny 2024-06-28 11:10:48 +02:00
parent c69ef120c3
commit 0d4e40f7b2

View file

@ -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