oebb_py/gunicorn.py

6 lines
105 B
Python

import multiprocessing
name = "OEBBAPI"
bind = "0.0.0.0:8803"
workers = multiprocessing.cpu_count() * 4