forked from 00dani/lemoncurry
6 lines
119 B
Python
6 lines
119 B
Python
|
import multiprocessing
|
||
|
|
||
|
proc_name = 'lemoncurry'
|
||
|
worker_class = 'gevent'
|
||
|
workers = multiprocessing.cpu_count() * 2 + 1
|