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

8 lines
130 B
Python
Raw Normal View History

2021-07-26 17:56:35 +02:00
wsgi_app = "tabby.wsgi:application"
2021-07-26 12:30:47 +02:00
workers = 4
preload_app = True
sendfile = True
max_requests = 1000
max_requests_jitter = 100