Author: fpunt
Date: 2009-11-13 16:36:36 +0100 (Fri, 13 Nov 2009)
New Revision: 39684

Modified:
   
CMSContainer/trunk/CMSContainer/cmsc/portlets/src/webapp/WEB-INF/portlet-cmsc.xml
Log:
CMSC-1579 Implement portlet cache to increase performance

Modified: 
CMSContainer/trunk/CMSContainer/cmsc/portlets/src/webapp/WEB-INF/portlet-cmsc.xml
===================================================================
--- 
CMSContainer/trunk/CMSContainer/cmsc/portlets/src/webapp/WEB-INF/portlet-cmsc.xml
   2009-11-13 15:32:47 UTC (rev 39683)
+++ 
CMSContainer/trunk/CMSContainer/cmsc/portlets/src/webapp/WEB-INF/portlet-cmsc.xml
   2009-11-13 15:36:36 UTC (rev 39684)
@@ -15,7 +15,7 @@
          <name>template.help</name>
          <value>ContentChannel.jsp</value>
       </init-param>
-      <expiration-cache>300</expiration-cache> <!-- 5 minutes -->
+      <expiration-cache>0</expiration-cache>
       <supports>
          <mime-type>text/html</mime-type>
          <portlet-mode>VIEW</portlet-mode>
@@ -79,7 +79,7 @@
          <name>template.help</name>
          <value>Menu.jsp</value>
       </init-param>
-      <expiration-cache>300</expiration-cache> <!-- 5 minutes -->
+      <expiration-cache>0</expiration-cache>
       <supports>
          <mime-type>text/html</mime-type>
          <portlet-mode>VIEW</portlet-mode>
@@ -111,7 +111,7 @@
          <name>template.help</name>
          <value>Content.jsp</value>
       </init-param>
-      <expiration-cache>300</expiration-cache> <!-- 5 minutes -->
+      <expiration-cache>0</expiration-cache>
       <supports>
          <mime-type>text/html</mime-type>
          <portlet-mode>VIEW</portlet-mode>
@@ -143,7 +143,7 @@
          <name>template.help</name>
          <value>RelatedContent.jsp</value>
       </init-param>
-      <expiration-cache>300</expiration-cache> <!-- 5 minutes -->
+      <expiration-cache>0</expiration-cache>
       <supports>
          <mime-type>text/html</mime-type>
          <portlet-mode>VIEW</portlet-mode>
@@ -174,7 +174,7 @@
          <name>template.help</name>
          <value>Iframe.jsp</value>
       </init-param>
-      <expiration-cache>300</expiration-cache> <!-- 5 minutes -->
+      <expiration-cache>0</expiration-cache>
       <supports>
          <mime-type>text/html</mime-type>
          <portlet-mode>VIEW</portlet-mode>

_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to