author | David Baz Fayos <david.baz@openbravo.com> |
Fri, 29 May 2015 11:17:43 +0200 | |
changeset 26798 | 535b08878cf7 |
parent 1867 | a2cb0934dfb0 |
permissions | -rw-r--r-- |
anthony@1867 | 1 |
## Quartz properties |
anthony@1867 | 2 |
org.quartz.scheduler.instanceName = DefaultQuartzScheduler |
anthony@1867 | 3 |
org.quartz.scheduler.rmi.export = false |
anthony@1867 | 4 |
org.quartz.scheduler.rmi.proxy = false |
anthony@1867 | 5 |
org.quartz.scheduler.wrapJobExecutionInUserTransaction = false |
anthony@1867 | 6 |
|
anthony@1867 | 7 |
org.quartz.threadPool.class = org.quartz.simpl.SimpleThreadPool |
anthony@1867 | 8 |
org.quartz.threadPool.threadCount = 10 |
anthony@1867 | 9 |
org.quartz.threadPool.threadPriority = 5 |
anthony@1867 | 10 |
org.quartz.threadPool.threadsInheritContextClassLoaderOfInitializingThread = true |
anthony@1867 | 11 |
|
anthony@1867 | 12 |
org.quartz.jobStore.misfireThreshold = 60000 |
anthony@1867 | 13 |
|
anthony@1867 | 14 |
org.quartz.jobStore.class = org.quartz.simpl.RAMJobStore |