mirror of
https://github.com/dnlbauer/pdfact-service.git
synced 2026-09-10 14:15:30 +00:00
analyze file and return result
This commit is contained in:
8
gunicorn_conf.py
Normal file
8
gunicorn_conf.py
Normal 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
|
||||
Reference in New Issue
Block a user