Files
tabby-web/backend/gunicorn.conf.py

8 lines
130 B
Python
Raw Normal View History

2021-10-31 18:15:23 +01:00
wsgi_app = "tabby.wsgi:application"
workers = 4
preload_app = True
sendfile = True
max_requests = 1000
max_requests_jitter = 100