Skip to content

Commit

Permalink
disable cache for sanity check
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkime committed Nov 7, 2023
1 parent f294f75 commit 78bd537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/data_views/server/ui_settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const cacheMaxAge = {
name: i18n.translate('dataViews.advancedSettings.cacheMaxAgeTitle', {
defaultMessage: 'Field cache max age',
}),
value: 300,
value: 0,
description: i18n.translate('dataViews.advancedSettings.cacheMaxAgeText', {
defaultMessage:
"Sets the 'max-age' cache header value for data view fields API requests. A value of 0 will disable caching.",
Expand Down

0 comments on commit 78bd537

Please sign in to comment.