Don't preload_app when running with Gunicorn since apparently that breaks database access

Este commit está contenido en:
Danielle McLean 2018-07-11 13:01:00 +10:00
padre 40f0bd858b
commit 9c708b8c89
Firmado por: 00dani
ID de clave GPG: 8EB789DDF3ABD240
Se han modificado 1 ficheros con 0 adiciones y 1 borrados

Ver fichero

@ -1,6 +1,5 @@
import multiprocessing
preload_app = True
proc_name = 'lemoncurry'
worker_class = 'gevent'
workers = multiprocessing.cpu_count() * 2 + 1