feat: add ability to disable cache (#23439)

This commit is contained in:
Ville Brofeldt
2023-03-31 11:41:57 +03:00
committed by GitHub
parent f6b5b658e5
commit 500d90058f
9 changed files with 38 additions and 16 deletions

View File

@@ -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" />}
/>