You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
756 B
Properties
21 lines
756 B
Properties
# Default Properties file for use by StdSchedulerFactory
|
|
# to create a Quartz Scheduler Instance, if a different
|
|
# properties file is not explicitly specified.
|
|
#
|
|
|
|
org.quartz.scheduler.instanceName: DefaultQuartzScheduler
|
|
org.quartz.scheduler.rmi.export: false
|
|
org.quartz.scheduler.rmi.proxy: false
|
|
org.quartz.scheduler.wrapJobExecutionInUserTransaction: false
|
|
|
|
org.quartz.threadPool.class: org.quartz.simpl.SimpleThreadPool
|
|
org.quartz.threadPool.threadCount: 100
|
|
org.quartz.scheduler.batchTriggerAcquisitionMaxCount: 100
|
|
org.quartz.threadPool.threadPriority: 5
|
|
org.quartz.threadPool.threadsInheritContextClassLoaderOfInitializingThread: true
|
|
|
|
org.quartz.jobStore.misfireThreshold: 60000
|
|
|
|
org.quartz.jobStore.class: org.quartz.impl.jdbcjobstore.JobStoreTX
|
|
|