weiximei 6 년 전
부모
커밋
c4426539ad
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5
    0
      CODE/smart-community/zuul/src/main/resources/bootstrap.yml

+ 5
- 0
CODE/smart-community/zuul/src/main/resources/bootstrap.yml 파일 보기

@@ -40,6 +40,11 @@ hystrix:
40 40
           thread:
41 41
             timeoutInMilliseconds: 180000
42 42
 
43
+ribbon:
44
+  ReadTimeout: 38000
45
+  ConnectTimeout: 38000
46
+  eureka.enabled: true
47
+
43 48
 
44 49
 ## Mybatis
45 50
 mybatis: