Files
pdfact-service/gunicorn_conf.py
2022-11-27 12:10:04 +01:00

8 lines
159 B
Python

loglevel = "info"
errorlog = "-" # stderr
accesslog = "-" # stdout
worker_tmp_dir = "/dev/shm"
graceful_timeout = 120
timeout = 120
keepalive = 5
threads = 4