phantasmobile/app/gunicorn_config.py

6 lines
83 B
Python
Raw Normal View History

2023-07-24 23:18:14 +00:00
bind = "[::]:8886"
log_level = "info"
max_requests = 500
timeout = 360
workers = 5