improve asset caching help text

This commit is contained in:
sbwalker
2025-01-29 12:39:47 -05:00
parent ae5f70a739
commit 8562a68306
5 changed files with 5 additions and 5 deletions

View File

@ -304,6 +304,6 @@
<value>Static Asset Caching:</value>
</data>
<data name="CacheControl.HelpText" xml:space="preserve">
<value>Provide a Cache-Control directive for static assets. For example 'public, max-age=604800' indicates that static assets should be cached for 1 week. A blank value indicates no caching.</value>
<value>Provide a Cache-Control directive for static assets. For example 'public, max-age=60' indicates that static assets should be cached for 60 seconds. A blank value indicates caching is not enabled.</value>
</data>
</root>