|
@@ -6,4 +6,9 @@ hystrix.command.default.execution.timeout.enabled=false
|
|
api_cqb=/api/ecs_ques
|
|
api_cqb=/api/ecs_ques
|
|
app.api.core=/api/ecs_core
|
|
app.api.core=/api/ecs_core
|
|
app.api.exam=/api/ecs_exam_work
|
|
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
|