snippets/python/accelerated-stats/gunicorn_config.py

4 lines
57 B
Python

bind = "[::]:5000"
workers = 4
threads = 4
timeout = 120