Files
pdfact-service/gunicorn.conf.py
2022-11-27 10:59:54 +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