You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by be...@apache.org on 2018/11/01 00:57:08 UTC

[incubator-superset] branch master updated: revert the change in config.py (#6255)

This is an automated email from the ASF dual-hosted git repository.

beto pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 59109f6  revert the change in config.py (#6255)
59109f6 is described below

commit 59109f62b4f678087f0b9f1e75ad968e4f6a401b
Author: Junda Yang <yo...@gmail.com>
AuthorDate: Wed Oct 31 17:56:59 2018 -0700

    revert the change in config.py (#6255)
---
 superset/config.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/superset/config.py b/superset/config.py
index 91916ca..c943739 100644
--- a/superset/config.py
+++ b/superset/config.py
@@ -187,8 +187,8 @@ IMG_UPLOAD_URL = '/static/uploads/'
 # IMG_SIZE = (300, 200, True)
 
 CACHE_DEFAULT_TIMEOUT = 60 * 60 * 24
-CACHE_CONFIG = {'CACHE_TYPE': 'simple'}
-TABLE_NAMES_CACHE_CONFIG = {'CACHE_TYPE': 'simple'}
+CACHE_CONFIG = {'CACHE_TYPE': 'null'}
+TABLE_NAMES_CACHE_CONFIG = {'CACHE_TYPE': 'null'}
 
 # CORS Options
 ENABLE_CORS = False