|
@@ -125,6 +125,14 @@ hystrix.command.CdssCoreClient#clearStandRuleDrugAll().execution.isolation.threa
|
|
|
hystrix.command.CdssCoreClient#clearRuleAll().execution.isolation.thread.timeoutInMilliseconds: 3600000
|
|
|
#远程调用开单合理性接口时间加长
|
|
|
hystrix.command.CdssCoreClient#indication(IndicationPushVO).execution.isolation.thread.timeoutInMilliseconds: 3600000
|
|
|
+#远程调用预匹配数据校验接口时间加长
|
|
|
+hystrix.command.CdssClient#dataVerify(MultipartFile,Integer).execution.isolation.thread.timeoutInMilliseconds: 3600000
|
|
|
+#远程调用预匹配接口时间加长
|
|
|
+hystrix.command.CdssClient#precDataMatch_remote(MultipartFile,Integer).execution.isolation.thread.timeoutInMilliseconds: 3600000
|
|
|
+#远程调用导入数据校验接口时间加长
|
|
|
+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
|
|
|
|
|
|
io.github.lvyahui8.spring:
|
|
|
base-packages: com.diagbot.aggregate
|