knguyen     2005/12/23 17:52:55 CET

  Modified files:
    core/src/webapp/WEB-INF/etc/spring 
                                       applicationcontext-metadata.xml 
  Log:
  - minimize metadata update
  
  Revision  Changes    Path
  1.21      +6 -0      
jahia/core/src/webapp/WEB-INF/etc/spring/applicationcontext-metadata.xml
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/core/src/webapp/WEB-INF/etc/spring/applicationcontext-metadata.xml.diff?r1=1.20&r2=1.21&f=h
  
  
  
  Index: applicationcontext-metadata.xml
  ===================================================================
  RCS file: 
/home/cvs/repository/jahia/core/src/webapp/WEB-INF/etc/spring/applicationcontext-metadata.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- applicationcontext-metadata.xml   28 Nov 2005 16:48:35 -0000      1.20
  +++ applicationcontext-metadata.xml   23 Dec 2005 16:52:55 -0000      1.21
  @@ -403,11 +403,17 @@
                <property name="metadataName">
                        <value>lastContributor</value>
                </property>
  +             <property name="updateTimeMinInterval">
  +                     <value>5000</value>
  +             </property>
        </bean>
        <bean id="contentLastModificationDateListener" 
class="org.jahia.services.metadata.core.listeners.ContentLastModificationDateListener">
                <property name="metadataName">
                        <value>lastModificationDate</value>
                </property>
  +             <property name="updateTimeMinInterval">
  +                     <value>5000</value>
  +             </property>
        </bean>
        <bean id="contentLastPublisherListener" 
class="org.jahia.services.metadata.core.listeners.ContentLastPublisherListener">
                <property name="metadataName">
  

Reply via email to