Files
WerkoutAPI/uwsgi.ini
Trey t c1751d2c94 WIP
2023-06-26 14:55:01 -05:00

10 lines
172 B
INI

[uwsgi]
module=werkout_api.wsgi:application
master=True
vacuum=True
max-requests=5000
http-socket=:5000
processes=3
harakiri=120
single-interpreter=True
enable-threads=True