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

@@ -399,7 +399,7 @@ function PropertiesModal({
</StyledFormItem>
<StyledHelpBlock className="help-block">
{t(
"Duration (in seconds) of the caching timeout for this chart. Note this defaults to the dataset's timeout if undefined.",
"Duration (in seconds) of the caching timeout for this chart. Set to -1 to bypass the cache. Note this defaults to the dataset's timeout if undefined.",
)}
</StyledHelpBlock>
</FormItem>