uploadboi/gunicorn_config.py
2020-10-12 06:04:24 -04:00

5 lines
60 B
Python

bind = "0.0.0.0:5000"
workers = 4
threads = 4
timeout = 120