mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
less number of default workers. (#1206)
This commit is contained in:
committed by
Maxime Beauchemin
parent
94578cb6a7
commit
609ae22bda
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user