zhoutg 5 years ago
parent
commit
16e0c6ef7c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/application-dev.yml

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

@@ -18,7 +18,7 @@ hystrix:
           semaphore:
             maxConcurrentRequests: 2000
           thread:
-            timeoutInMilliseconds: 20000
+            timeoutInMilliseconds: 2000000
 
 ribbon:
   ReadTimeout: 20000