|
|
@@ -33,7 +33,7 @@
|
|
33
|
33
|
// // 集群配置
|
|
34
|
34
|
// prop.put("org.quartz.jobStore.isClustered", "true");
|
|
35
|
35
|
// prop.put("org.quartz.jobStore.clusterCheckinInterval", "15000");
|
|
36
|
|
-// prop.put("org.quartz.jobStore.maxMisfiresToHandleAtATime", "1");
|
|
|
36
|
+// prop.put("org.quartz.jobStore.maxMisfiresToHandleAtATime", "10");
|
|
37
|
37
|
// prop.put("org.quartz.jobStore.txIsolationLevelSerializable", "true");
|
|
38
|
38
|
//
|
|
39
|
39
|
// // sqlserver 启用
|