1
0
mirror of https://github.com/Eugeny/tabby-web.git synced 2025-06-28 23:29:57 +00:00
tabby-web/backend/gunicorn.conf.py
Eugene Pankov cbd8a93909
wip
2021-07-26 17:56:35 +02:00

8 lines
130 B
Python

wsgi_app = "tabby.wsgi:application"
workers = 4
preload_app = True
sendfile = True
max_requests = 1000
max_requests_jitter = 100