浏览代码

远程调用验证标准词接口时间加长

gaodm 4 年之前
父节点
当前提交
08d43017dd

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

@@ -81,6 +81,9 @@ mybatis-plus:
     map-underscore-to-camel-case: true
     map-underscore-to-camel-case: true
     cache-enabled: false
     cache-enabled: false
 
 
+#远程调用验证标准词接口时间加长
+hystrix.command.CdssCoreClient#getConceptNames(ConceptVO).execution.isolation.thread.timeoutInMilliseconds: 3600000
+
 imageUrl:
 imageUrl:
   prefix: http://192.168.2.236:82
   prefix: http://192.168.2.236:82
 
 

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

@@ -81,6 +81,9 @@ mybatis-plus:
     map-underscore-to-camel-case: true
     map-underscore-to-camel-case: true
     cache-enabled: false
     cache-enabled: false
 
 
+#远程调用验证标准词接口时间加长
+hystrix.command.CdssCoreClient#getConceptNames(ConceptVO).execution.isolation.thread.timeoutInMilliseconds: 3600000
+
 imageUrl:
 imageUrl:
   prefix: http://192.168.2.236:82
   prefix: http://192.168.2.236:82
 
 

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

@@ -81,6 +81,9 @@ mybatis-plus:
     map-underscore-to-camel-case: true
     map-underscore-to-camel-case: true
     cache-enabled: false
     cache-enabled: false
 
 
+#远程调用验证标准词接口时间加长
+hystrix.command.CdssCoreClient#getConceptNames(ConceptVO).execution.isolation.thread.timeoutInMilliseconds: 3600000
+
 imageUrl:
 imageUrl:
   prefix: http://192.168.2.121:82
   prefix: http://192.168.2.121:82
 
 

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

@@ -81,6 +81,9 @@ mybatis-plus:
     map-underscore-to-camel-case: true
     map-underscore-to-camel-case: true
     cache-enabled: false
     cache-enabled: false
 
 
+#远程调用验证标准词接口时间加长
+hystrix.command.CdssCoreClient#getConceptNames(ConceptVO).execution.isolation.thread.timeoutInMilliseconds: 3600000
+
 imageUrl:
 imageUrl:
   prefix: http://192.168.2.122:82
   prefix: http://192.168.2.122:82
 
 

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

@@ -81,5 +81,12 @@ mybatis-plus:
     map-underscore-to-camel-case: true
     map-underscore-to-camel-case: true
     cache-enabled: false
     cache-enabled: false
 
 
+#远程调用验证标准词接口时间加长
+hystrix.command.CdssCoreClient#getConceptNames(ConceptVO).execution.isolation.thread.timeoutInMilliseconds: 3600000
+
 imageUrl:
 imageUrl:
   prefix: http://192.168.2.241:82
   prefix: http://192.168.2.241:82
+
+#CDSS核心地址
+cdss-core:
+  url: http://192.168.2.241:7010