knguyen     2005/12/26 12:24:58 CET

  Modified files:
    core/src/webapp/WEB-INF/etc/spring 
                                       applicationcontext-basejahiaconfig.xml 
  Log:
  - typo
  
  Revision  Changes    Path
  1.14      +1 -1      
jahia/core/src/webapp/WEB-INF/etc/spring/applicationcontext-basejahiaconfig.xml
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/core/src/webapp/WEB-INF/etc/spring/applicationcontext-basejahiaconfig.xml.diff?r1=1.13&r2=1.14&f=h
  
  
  
  Index: applicationcontext-basejahiaconfig.xml
  ===================================================================
  RCS file: 
/home/cvs/repository/jahia/core/src/webapp/WEB-INF/etc/spring/applicationcontext-basejahiaconfig.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- applicationcontext-basejahiaconfig.xml    26 Dec 2005 10:18:35 -0000      
1.13
  +++ applicationcontext-basejahiaconfig.xml    26 Dec 2005 11:24:58 -0000      
1.14
  @@ -113,7 +113,7 @@
           <prop key="indexingStartupLatencyTime">60000</prop><!-- the latency 
time at search service startup before starting indexation -->
           <prop key="indexingJobWatchInterval">20000</prop><!-- the interval 
time between each scan of indexing jobs history ( loading them and process them 
if needed ) -->
           <prop key="indexingJobExecutionDelayTime">30000</prop><!-- the 
delayed time before processing an indexing job ( an indexing job will be 
  -                                                                             
                                                                                
                                                                                
        processed only after this delay time in regard to it creation time -->
  +                                                                             
                                                                                
                                                                                
        processed only after this delay time in regard to its creation time -->
           <prop key="indexingJobMaxLifeTime">900000</prop><!-- the maximum 
life time of indexing job history. 15min for demo purpose, but should be i.e 1 
day with several indexing servers in cluster  -->
                                
                                <prop 
key="defaultSearchHandlerClass">org.jahia.services.search.lucene.fs.LuceneSearchHandlerImpl</prop>
  

Reply via email to