Przeglądaj źródła

Merge branch 'dev0410' of https://git.oschina.net/songyue123456/comm-ques-bank into dev0410

chenken 7 lat temu
rodzic
commit
75a9e19194

+ 6 - 1
cqb-starter/src/main/resources/application.properties

@@ -6,4 +6,9 @@ hystrix.command.default.execution.timeout.enabled=false
 api_cqb=/api/ecs_ques
 app.api.core=/api/ecs_core
 app.api.exam=/api/ecs_exam_work
-question.reduplicate.similarity=0.95
+question.reduplicate.similarity=0.95
+hystrix.command.default.execution.timeout.enabled=false
+# Increase the Hystrix timeout to 600s (globally)
+hystrix.command.default.execution.isolation.thread.timeoutInMilliseconds: 600000
+ribbon.ReadTimeout=800000
+ribbon.ConnectTimeout=800000