mirror of
https://github.com/Eugeny/tabby-web.git
synced 2026-08-18 23:36:05 +01:00
init
This commit is contained in:
7
backend/gunicorn.conf.py
Normal file
7
backend/gunicorn.conf.py
Normal file
@@ -0,0 +1,7 @@
|
||||
wsgi_app = "tabby.wsgi:application"
|
||||
workers = 4
|
||||
preload_app = True
|
||||
sendfile = True
|
||||
|
||||
max_requests = 1000
|
||||
max_requests_jitter = 100
|
||||
Reference in New Issue
Block a user