author | RM packaging bot <staff.rm@openbravo.com> |
Wed, 19 Jun 2013 04:17:17 +0000 | |
changeset 20523 | ea147caea984 |
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 |