From 6d4dedc3f4794bce726871c079cf982c9bf88407 Mon Sep 17 00:00:00 2001 From: v-zhangjc9 Date: Wed, 4 Jun 2025 17:40:54 +0800 Subject: [PATCH] =?UTF-8?q?fix(web):=20=E5=A2=9E=E5=8A=A0=E8=AE=BF?= =?UTF-8?q?=E9=97=AE=E8=B6=85=E6=97=B6=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service-forest/src/main/resources/application-forest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service-forest/src/main/resources/application-forest.yml b/service-forest/src/main/resources/application-forest.yml index 40ecf30..9114fb1 100644 --- a/service-forest/src/main/resources/application-forest.yml +++ b/service-forest/src/main/resources/application-forest.yml @@ -1,6 +1,6 @@ forest: backend: httpclient - timeout: 60000 + timeout: 300000 log-enabled: false interceptors: - com.lanyuanxiaoyao.service.forest.configuration.SpringCloudDiscoveryInterceptor