소스 검색

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

chenken 7 년 전
부모
커밋
75a9e19194
1개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. 6 1
      cqb-starter/src/main/resources/application.properties

+ 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