author | RM packaging bot <staff.rm@openbravo.com> |
Tue, 24 Feb 2015 21:49:34 +0000 | |
changeset 26065 | 6c8e140b31ec |
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 |