Browse Source

Merge remote-tracking branch 'origin/temp' into temp

gaodm 5 years ago
parent
commit
20e51e5b4f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/main/resources/application-dev.yml

+ 2 - 2
src/main/resources/application-dev.yml

@@ -22,8 +22,8 @@ hystrix:
             timeoutInMilliseconds: 20000
 
 ribbon:
-  ReadTimeout: 20000
-  ConnectTimeout: 20000
+  ReadTimeout: 2000000
+  ConnectTimeout: 2000000
   MaxAutoRetries: 0
   MaxAutoRetriesNextServer: 1