analyze file and return result

This commit is contained in:
danijoo
2022-11-27 12:10:04 +01:00
parent 233c14ec2d
commit 9ca1f9bced
3 changed files with 51 additions and 7 deletions

8
gunicorn_conf.py Normal file
View File

@@ -0,0 +1,8 @@
loglevel = "info"
errorlog = "-" # stderr
accesslog = "-" # stdout
worker_tmp_dir = "/dev/shm"
graceful_timeout = 120
timeout = 120
keepalive = 5
threads = 4