quartz.properties 315 B

123456
  1. org.quartz.threadPool.class=org.quartz.simpl.SimpleThreadPool
  2. org.quartz.threadPool.threadCount=20
  3. org.quartz.threadPool.threadPriority=5
  4. org.quartz.threadPool.threadsInheritContextClassLoaderOfInitializingThread=true
  5. org.quartz.jobStore.misfireThreshold=60000
  6. org.quartz.jobStore.class=org.quartz.simpl.RAMJobStore