mirror of
https://github.com/apache/superset.git
synced 2026-05-11 19:05:24 +00:00
feat: add ability to disable cache (#23439)
This commit is contained in:
@@ -944,7 +944,7 @@ class DatasourceEditor extends React.PureComponent {
|
||||
fieldKey="cache_timeout"
|
||||
label={t('Cache timeout')}
|
||||
description={t(
|
||||
'The duration of time in seconds before the cache is invalidated',
|
||||
'The duration of time in seconds before the cache is invalidated. Set to -1 to bypass the cache.',
|
||||
)}
|
||||
control={<TextControl controlId="cache_timeout" />}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user