From 106ae7ad92e07d7f8dd3eadeed485d8aab9196e3 Mon Sep 17 00:00:00 2001 From: Daniel Gaspar Date: Sat, 25 Jan 2020 22:29:50 +0000 Subject: [PATCH] Propose cache type simple --- superset/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset/config.py b/superset/config.py index 48aa505ed77b..29616d1d6285 100644 --- a/superset/config.py +++ b/superset/config.py @@ -311,7 +311,7 @@ def _try_json_readsha(filepath, length): # pylint: disable=unused-argument # IMG_SIZE = (300, 200, True) CACHE_DEFAULT_TIMEOUT = 60 * 60 * 24 -CACHE_CONFIG: Dict[str, Any] = {"CACHE_TYPE": "null"} +CACHE_CONFIG: Dict[str, Any] = {"CACHE_TYPE": "simple"} TABLE_NAMES_CACHE_CONFIG = {"CACHE_TYPE": "null"} # CORS Options