pokeapi/gunicorn.py.ini
2020-08-07 13:32:18 +02:00

5 lines
113 B
INI

from multiprocessing import cpu_count
bind = '0.0.0.0:8000'
workers = cpu_count() * 2
threads = cpu_count() * 2