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