Start CKAN using gevent for concurrency
This commit is contained in:
parent
12f574bc18
commit
4cdecebe6e
|
@ -2,7 +2,7 @@
|
|||
python prerun.py
|
||||
if [ $? -eq 0 ]
|
||||
then
|
||||
gunicorn --log-file=- --paste production.ini
|
||||
gunicorn --log-file=- -k gevent -w 4 --paste production.ini
|
||||
else
|
||||
echo "[prerun] failed...not starting CKAN."
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue