zhoutg 5 年之前
父节点
当前提交
16e0c6ef7c
共有 1 个文件被更改,包括 1 次插入1 次删除
  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