This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/struts-site.git
The following commit(s) were added to refs/heads/asf-staging by this push:
new 73e3baa6c Updates stage by Jenkins
73e3baa6c is described below
commit 73e3baa6cacfb7d674cb22862310ca95afce746f
Author: jenkins <[email protected]>
AuthorDate: Fri Jan 3 06:30:07 2025 +0000
Updates stage by Jenkins
---
content/tag-developers/freemarker.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/tag-developers/freemarker.html
b/content/tag-developers/freemarker.html
index 3354e5a80..966042d07 100644
--- a/content/tag-developers/freemarker.html
+++ b/content/tag-developers/freemarker.html
@@ -467,7 +467,7 @@ logic to take place instead.</p>
<ul>
<li><code class="language-plaintext highlighter-rouge"><constant
name="struts.freemarker.mru.max.strong.size" value="250" /></code> - this
option will be used
by <a
href="http://freemarker.org/docs/api/freemarker/cache/MruCacheStorage">freemarker.cache.MruCacheStorage</a>,
see <a
href="https://freemarker.apache.org/docs/pgui_config_templateloading.html#pgui_config_templateloading_caching">Template
cache</a> section as well.</li>
- <li><code class="language-plaintext highlighter-rouge"><constant
name="struts.freemarker.templatesCache.updateDelay" value="1800" /></code> -
default update cache interval (5 seconds)</li>
+ <li><code class="language-plaintext highlighter-rouge"><constant
name="struts.freemarker.templatesCache.updateDelay" value="60 s" /></code> -
default update cache interval (60 seconds), as from <a
href="https://freemarker.apache.org/docs/versions_2_3_23.html#autoid_176">FreeMarker
2.3.23</a> timeunits are also supported</li>
<li><code class="language-plaintext highlighter-rouge"><constant
name="struts.freemarker.templatesCache" value="true" /></code> -
<strong>DEPRECATED</strong> this option will use an internal
ConcurrentHashMap in FreemarkerTemplateEngine but not freemarker native cache
(this option has been removed in the latest Struts versions)</li>
</ul>