pokeapi/gunicorn.py.ini
2021-03-23 19:46:04 +01:00

5 lines
111 B
INI

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