Run 50 workers in prod.

This commit is contained in:
Flancian 2020-12-22 18:05:51 +01:00
parent 0538e44f83
commit ef544ae530
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[uwsgi]
module = app:create_app()
master = true
processes = 5
processes = 50
socket = /tmp/agora-uwsgi.sock
chmod-socket = 666
vacuum = true