forked from gav/es-bot
MVP
This commit is contained in:
10
nft_svc/gunicorn_config.py
Normal file
10
nft_svc/gunicorn_config.py
Normal file
@ -0,0 +1,10 @@
|
||||
# Gunicorn config variables
|
||||
loglevel = "info"
|
||||
errorlog = "-" # stderr
|
||||
accesslog = "-" # stdout
|
||||
worker_tmp_dir = "/dev/shm"
|
||||
graceful_timeout = 120
|
||||
timeout = 120
|
||||
keepalive = 5
|
||||
threads = 4
|
||||
workers = 4
|
Reference in New Issue
Block a user