tdraier     2005/11/09 19:00:04 CET

  Modified files:
    core/src/webapp/WEB-INF/etc/config quartz.properties 
  Log:
  works better with one thread
  set to lower priority
  
  Revision  Changes    Path
  1.8       +2 -2      
jahia/core/src/webapp/WEB-INF/etc/config/quartz.properties
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/core/src/webapp/WEB-INF/etc/config/quartz.properties.diff?r1=1.7&r2=1.8&f=h
  
  
  
  Index: quartz.properties
  ===================================================================
  RCS file: 
/home/cvs/repository/jahia/core/src/webapp/WEB-INF/etc/config/quartz.properties,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- quartz.properties 24 Oct 2005 12:42:49 -0000      1.7
  +++ quartz.properties 9 Nov 2005 18:00:04 -0000       1.8
  @@ -143,8 +143,8 @@
   # "INHERIT_LDR" can be "true" or "false", and defaults to false.
   #
   org.quartz.threadPool.class = org.quartz.simpl.SimpleThreadPool
  -org.quartz.threadPool.threadCount = 5
  -org.quartz.threadPool.threadPriority = 5
  +org.quartz.threadPool.threadCount = 1
  +org.quartz.threadPool.threadPriority = 1
   
   # ===========================================================================
   # Configure JobStore  =======================================================
  

Reply via email to