浏览代码

时间延长

zhoutg 4 年之前
父节点
当前提交
8dd703cba0

+ 2 - 0
config-server/src/main/resources/shared/cdssman-service-dev.yml

@@ -119,6 +119,8 @@ mybatis-plus:
 
 #远程调用验证标准词接口时间加长
 hystrix.command.CdssCoreClient#getConceptNames(ConceptVO).execution.isolation.thread.timeoutInMilliseconds: 3600000
+#远程调用更新数据接口时间加长
+hystrix.command.CdssCoreClient#clearStandRuleDrugAll().execution.isolation.thread.timeoutInMilliseconds: 3600000
 
 io.github.lvyahui8.spring:
   base-packages: com.diagbot.aggregate

+ 2 - 0
config-server/src/main/resources/shared/cdssman-service-local.yml

@@ -118,6 +118,8 @@ mybatis-plus:
 
 #远程调用验证标准词接口时间加长
 hystrix.command.CdssCoreClient#getConceptNames(ConceptVO).execution.isolation.thread.timeoutInMilliseconds: 3600000
+#远程调用更新数据接口时间加长
+hystrix.command.CdssCoreClient#clearStandRuleDrugAll().execution.isolation.thread.timeoutInMilliseconds: 3600000
 
 io.github.lvyahui8.spring:
   base-packages: com.diagbot.aggregate

+ 2 - 0
config-server/src/main/resources/shared/cdssman-service-pre.yml

@@ -119,6 +119,8 @@ mybatis-plus:
 
 #远程调用验证标准词接口时间加长
 hystrix.command.CdssCoreClient#getConceptNames(ConceptVO).execution.isolation.thread.timeoutInMilliseconds: 3600000
+#远程调用更新数据接口时间加长
+hystrix.command.CdssCoreClient#clearStandRuleDrugAll().execution.isolation.thread.timeoutInMilliseconds: 3600000
 
 io.github.lvyahui8.spring:
   base-packages: com.diagbot.aggregate

+ 2 - 0
config-server/src/main/resources/shared/cdssman-service-pro.yml

@@ -119,6 +119,8 @@ mybatis-plus:
 
 #远程调用验证标准词接口时间加长
 hystrix.command.CdssCoreClient#getConceptNames(ConceptVO).execution.isolation.thread.timeoutInMilliseconds: 3600000
+#远程调用更新数据接口时间加长
+hystrix.command.CdssCoreClient#clearStandRuleDrugAll().execution.isolation.thread.timeoutInMilliseconds: 3600000
 
 io.github.lvyahui8.spring:
   base-packages: com.diagbot.aggregate

+ 2 - 0
config-server/src/main/resources/shared/cdssman-service-test.yml

@@ -119,6 +119,8 @@ mybatis-plus:
 
 #远程调用验证标准词接口时间加长
 hystrix.command.CdssCoreClient#getConceptNames(ConceptVO).execution.isolation.thread.timeoutInMilliseconds: 3600000
+#远程调用更新数据接口时间加长
+hystrix.command.CdssCoreClient#clearStandRuleDrugAll().execution.isolation.thread.timeoutInMilliseconds: 3600000
 
 io.github.lvyahui8.spring:
   base-packages: com.diagbot.aggregate