소스 검색

Merge remote-tracking branch 'origin/master'

yumeng 5 년 전
부모
커밋
a4ab665b50
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 2
      jeecg-boot-module-system/src/main/resources/quartz.properties

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

@@ -1,6 +1,7 @@
 org.quartz.threadPool.class=org.quartz.simpl.SimpleThreadPool
-org.quartz.threadPool.threadCount=20
+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.class=org.quartz.simpl.RAMJobStore
+org.quartz.jobStore.class=org.quartz.simpl.RAMJobStore