less number of default workers. (#1206)

This commit is contained in:
Stefano Ordine
2016-10-07 19:16:41 +02:00
committed by Maxime Beauchemin
parent 94578cb6a7
commit 609ae22bda
3 changed files with 3 additions and 4 deletions

View File

@@ -136,7 +136,7 @@ of the parameters you can copy / paste in that configuration module: ::
# Caravel specific config
#---------------------------------------------------------
ROW_LIMIT = 5000
CARAVEL_WORKERS = 16
CARAVEL_WORKERS = 4
CARAVEL_WEBSERVER_PORT = 8088
#---------------------------------------------------------
@@ -344,4 +344,3 @@ your environment.::
npm run prod
cd $CARAVEL_HOME
python setup.py install