wangliang 3 年之前
父節點
當前提交
c927480712

+ 1 - 1
teachcloud-common/src/main/java/com/qmth/teachcloud/common/threadPool/AnalyzeThreadExecutorConfig.java

@@ -25,7 +25,7 @@ public class AnalyzeThreadExecutorConfig {
     @Value("${sys.config.threadPoolCoreSize}")
     Integer threadPoolCoreSize;
 
-    @Value("${sys.config.analyzeThreadPoolCoreSize}")
+    @Value("${sys.config.customThreadPoolCoreSize}")
     boolean customThreadPoolCoreSize;
 
     @Bean

+ 0 - 1
teachcloud-report/src/main/resources/application-test.properties

@@ -56,7 +56,6 @@ sys.config.adminLogoUrl=http://qmth-test.oss-cn-shenzhen.aliyuncs.com/frontend/w
 #sys.config.autoCreatePdfResetMaxCount=5
 sys.config.threadPoolCoreSize=1
 sys.config.customThreadPoolCoreSize=true
-sys.config.analyzeThreadPoolCoreSize=false
 sys.config.sessionActive=1h
 sys.config.reportUrl=http://192.168.10.136:7005/#/student-report/
 sys.config.loginAuthenUrl=http://192.168.10.136:7005/#/login-authen/