Skip to content

Commit

Permalink
Comment Removal
Browse files Browse the repository at this point in the history
  • Loading branch information
Sivarajan Narayanan committed Sep 15, 2024
1 parent 22b7efe commit 720a02f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion superset/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -1695,7 +1695,6 @@ def EMAIL_HEADER_MUTATOR( # pylint: disable=invalid-name,unused-argument
# Global async queries cache backend configuration options:
# - Set 'CACHE_TYPE' to 'RedisCache' for RedisCacheBackend.
# - Set 'CACHE_TYPE' to 'RedisSentinelCache' for RedisSentinelCacheBackend.
# - Set 'CACHE_TYPE' to 'None' to fall back on 'GLOBAL_ASYNC_QUERIES_REDIS_CONFIG'.
GLOBAL_ASYNC_QUERIES_CACHE_BACKEND = {
"CACHE_TYPE": "RedisCache",
"CACHE_REDIS_HOST": "127.0.0.1",
Expand Down

0 comments on commit 720a02f

Please sign in to comment.