summaryrefslogtreecommitdiffstats
path: root/WebContent/WEB-INF/web.xml
diff options
context:
space:
mode:
authorJohn Alhroos <john.ahlroos@itmill.com>2010-04-06 07:27:54 +0000
committerJohn Alhroos <john.ahlroos@itmill.com>2010-04-06 07:27:54 +0000
commit48acda6b333ad486fc9876a8e6f252b1b1e2997b (patch)
treef89e632c387ccfd0896fa124430d5a14d2955c6b /WebContent/WEB-INF/web.xml
parente95fe48416deb81c38444fd4c1d6d099cb9d0add (diff)
downloadvaadin-framework-48acda6b333ad486fc9876a8e6f252b1b1e2997b.tar.gz
vaadin-framework-48acda6b333ad486fc9876a8e6f252b1b1e2997b.zip
Fix for #4332
svn changeset:12298/svn branch:6.3
Diffstat (limited to 'WebContent/WEB-INF/web.xml')
-rw-r--r--WebContent/WEB-INF/web.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/WebContent/WEB-INF/web.xml b/WebContent/WEB-INF/web.xml
index 584c9805bd..27ca7d6c7a 100644
--- a/WebContent/WEB-INF/web.xml
+++ b/WebContent/WEB-INF/web.xml
@@ -19,6 +19,11 @@
<param-value>false</param-value>
<description>Vaadin production mode</description>
</context-param>
+
+ <context-param>
+ <param-name>resourceCacheTime</param-name>
+ <param-value>3600</param-value>
+ </context-param>
<servlet>
<servlet-name>VaadinApplicationRunner</servlet-name>