This commit is contained in:
Eugene Pankov
2021-07-26 12:30:47 +02:00
parent 83c5e11a61
commit 7db408e019
6 changed files with 70 additions and 248 deletions

8
backend/gunicorn.conf.py Normal file
View File

@@ -0,0 +1,8 @@
wsgi_app = "tabby.asgi:application"
workers = 4
worker_class = 'uvicorn.workers.UvicornWorker'
preload_app = True
sendfile = True
max_requests = 1000
max_requests_jitter = 100