PyInventory/deployment/django/gunicorn.conf.py

5 wiersze
71 B
Python

import multiprocessing
workers = multiprocessing.cpu_count() * 2 + 1