|
@@ -133,6 +133,15 @@ hystrix.command.CdssClient#precDataMatch_remote(MultipartFile,Integer).execution
|
|
|
hystrix.command.CdssClient#importExcelDataVerify(MultipartFile,Long,Integer,String).execution.isolation.thread.timeoutInMilliseconds: 3600000
|
|
|
#远程调用导入接口时间加长
|
|
|
hystrix.command.CdssClient#importExcel_remote(MultipartFile,Long,Integer,String).execution.isolation.thread.timeoutInMilliseconds: 3600000
|
|
|
+#远程调用批量校验静态信息是否存在接口时间加长
|
|
|
+hystrix.command.CdssCoreClient#getStaticKnowledgeList(StaticKnowledgeListVO).execution.isolation.thread.timeoutInMilliseconds: 3600000
|
|
|
+
|
|
|
+feign:
|
|
|
+ client:
|
|
|
+ config:
|
|
|
+ cdss-core:
|
|
|
+ connectTimeout: 500000
|
|
|
+ readTimeout: 400000
|
|
|
|
|
|
io.github.lvyahui8.spring:
|
|
|
base-packages: com.diagbot.aggregate
|