easyctf-2017/scripts/gunicorn.py.ini
2015-12-23 17:24:37 -05:00

5 lines
91 B
INI

from multiprocessing import cpu_count
bind = "0.0.0.0:8000"
workers = cpu_count() * 2 + 1