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

This commit is contained in:
Danielle McLean 2018-07-11 13:01:00 +10:00
parent 40f0bd858b
commit 9c708b8c89
Signed by: 00dani
GPG Key ID: 8EB789DDF3ABD240
1 changed files with 0 additions and 1 deletions

View File

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