|
@@ -121,6 +121,8 @@ mybatis-plus:
|
|
|
hystrix.command.CdssCoreClient#getConceptNames(ConceptVO).execution.isolation.thread.timeoutInMilliseconds: 3600000
|
|
|
#远程调用更新数据接口时间加长
|
|
|
hystrix.command.CdssCoreClient#clearStandRuleDrugAll().execution.isolation.thread.timeoutInMilliseconds: 3600000
|
|
|
+#远程调用更新规则数据接口时间加长
|
|
|
+hystrix.command.CdssCoreClient#clearRuleAll().execution.isolation.thread.timeoutInMilliseconds: 3600000
|
|
|
#远程调用开单合理性接口时间加长
|
|
|
hystrix.command.CdssCoreClient#indication(IndicationPushVO).execution.isolation.thread.timeoutInMilliseconds: 3600000
|
|
|
|