|
|
@@ -25,7 +25,7 @@ public class ScheduleConfig {
|
|
|
prop.put("org.quartz.scheduler.instanceId", "AUTO");
|
|
|
// 线程池配置
|
|
|
prop.put("org.quartz.threadPool.class", "org.quartz.simpl.SimpleThreadPool");
|
|
|
- prop.put("org.quartz.threadPool.threadCount", "20");
|
|
|
+ prop.put("org.quartz.threadPool.threadCount", "30");
|
|
|
prop.put("org.quartz.threadPool.threadPriority", "5");
|
|
|
// JobStore配置
|
|
|
prop.put("org.quartz.jobStore.class", "org.quartz.impl.jdbcjobstore.JobStoreTX");
|