forked from 00dani/lemoncurry
Don't preload_app when running with Gunicorn since apparently that breaks database access
This commit is contained in:
parent
40f0bd858b
commit
9c708b8c89
1 changed files with 0 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
||||||
import multiprocessing
|
import multiprocessing
|
||||||
|
|
||||||
preload_app = True
|
|
||||||
proc_name = 'lemoncurry'
|
proc_name = 'lemoncurry'
|
||||||
worker_class = 'gevent'
|
worker_class = 'gevent'
|
||||||
workers = multiprocessing.cpu_count() * 2 + 1
|
workers = multiprocessing.cpu_count() * 2 + 1
|
||||||
|
|
Loading…
Reference in a new issue