mirror of
https://github.com/Eugeny/tabby-web.git
synced 2026-08-19 07:46:03 +01:00
wip
This commit is contained in:
8
backend/gunicorn.conf.py
Normal file
8
backend/gunicorn.conf.py
Normal 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
|
||||
Reference in New Issue
Block a user