Skip to content

Commit

Permalink
[config] Enable dashboard bootstrap payload reduction by default (#9585)
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Ritter authored Apr 19, 2020
1 parent 06471f5 commit 083dd6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ def _try_json_readsha(filepath, length): # pylint: disable=unused-argument
"PRESTO_EXPAND_DATA": False,
# Exposes API endpoint to compute thumbnails
"THUMBNAILS": False,
"REDUCE_DASHBOARD_BOOTSTRAP_PAYLOAD": False,
"REDUCE_DASHBOARD_BOOTSTRAP_PAYLOAD": True,
"SHARE_QUERIES_VIA_KV_STORE": False,
"SIP_38_VIZ_REARCHITECTURE": False,
"TAGGING_SYSTEM": False,
Expand Down

0 comments on commit 083dd6a

Please sign in to comment.