Commit 08e2f978e9eb6969199757371783ab529b49b18f

Authored by 刘岱鹏
1 parent 185585e8

调整超时参数

Showing 1 changed file with 1 additions and 1 deletions
gateway.yml
@@ -35,7 +35,7 @@ endpoints: @@ -35,7 +35,7 @@ endpoints:
35 zuul: 35 zuul:
36 host: 36 host:
37 connect-timeout-millis: 500000 37 connect-timeout-millis: 500000
38 - socket-timeout-millis: 60000 38 + socket-timeout-millis: 600000
39 routes: 39 routes:
40 users: 40 users:
41 path: /user-service/** 41 path: /user-service/**