yumeng hace 5 años
padre
commit
963b7641c4
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      jeecg-boot-module-system/src/main/resources/quartz.properties

+ 2 - 1
jeecg-boot-module-system/src/main/resources/quartz.properties

@@ -3,5 +3,6 @@ org.quartz.threadPool.threadCount=50
 org.quartz.scheduler.batchTriggerAcquisitionMaxCount=50
 org.quartz.threadPool.threadPriority=5
 org.quartz.threadPool.threadsInheritContextClassLoaderOfInitializingThread=true
-org.quartz.jobStore.misfireThreshold=60000
+org.quartz.jobStore.misfireThreshold=600000
 org.quartz.jobStore.class=org.quartz.simpl.RAMJobStore
+