Browse Source

连接超时

lyhzzz 2 năm trước cách đây
mục cha
commit
cf03bf1812
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/main/resources/application.yaml

+ 2 - 2
src/main/resources/application.yaml

@@ -30,6 +30,6 @@ forest:
   ## 打开/关闭Forest响应内容日志(默认为 false)
   log-response-content: true
   ## 请求超时时间,单位为毫秒, 默认值为3000
-  timeout: 3000000
+  timeout: 3000
   ## 连接超时时间,单位为毫秒, 默认值为2000
-  connect-timeout: 3000000
+  connect-timeout: 3000