Update uwsgi.ini

This commit is contained in:
Sleepingpirates
2020-07-22 21:40:50 -04:00
committed by GitHub
parent 3f699f1284
commit f5f9a419ba

View File

@@ -1,4 +1,7 @@
[uwsgi]
processes = 2
logto = uwsgi.log
threads = 2
module = run
callable = app
log-master=true