|
@@ -24,6 +24,10 @@ spring.application.name=ExamCloud-service-exam-work
|
|
|
server.port=8001
|
|
|
eureka.client.serviceUrl.defaultZone=http://localhost:1111/eureka/
|
|
|
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
|
|
|
|
|
|
app.api.root=/api/ecs_exam_work
|
|
|
app.api.core=/api/ecs_core
|