villebro commented on a change in pull request #18976:
URL: https://github.com/apache/superset/pull/18976#discussion_r817005998
##########
File path: superset/utils/cache.py
##########
@@ -55,7 +60,11 @@ def set_and_log_cache(
if isinstance(cache_instance.cache, NullCache):
return
- timeout = cache_timeout if cache_timeout else
config["CACHE_DEFAULT_TIMEOUT"]
+ timeout = (
+ cache_timeout
+ if cache_timeout
Review comment:
Oops!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]