mirror of
https://github.com/Eugeny/tabby-web.git
synced 2025-06-09 05:59:53 +00:00
9 lines
177 B
Python
9 lines
177 B
Python
wsgi_app = "tabby.asgi:application"
|
|
workers = 4
|
|
worker_class = 'uvicorn.workers.UvicornWorker'
|
|
preload_app = True
|
|
sendfile = True
|
|
|
|
max_requests = 1000
|
|
max_requests_jitter = 100
|