From b83c26b8fd3213810b66e4910807978b341d4cc5 Mon Sep 17 00:00:00 2001 From: zhangdaiscott Date: Wed, 2 Jun 2021 15:25:58 +0800 Subject: [PATCH] =?UTF-8?q?=E7=86=94=E6=96=AD=E9=BB=98=E8=AE=A4=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E6=94=B9=E6=88=903=E7=A7=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../jeecg-cloud-gateway/src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jeecg-boot/jeecg-cloud-module/jeecg-cloud-gateway/src/main/resources/application.yml b/jeecg-boot/jeecg-cloud-module/jeecg-cloud-gateway/src/main/resources/application.yml index 09a26b8..eeb8b69 100644 --- a/jeecg-boot/jeecg-cloud-module/jeecg-cloud-gateway/src/main/resources/application.yml +++ b/jeecg-boot/jeecg-cloud-module/jeecg-cloud-gateway/src/main/resources/application.yml @@ -58,4 +58,4 @@ hystrix: isolation: strategy: SEMAPHORE thread: - timeoutInMilliseconds: 60000 \ No newline at end of file + timeoutInMilliseconds: 3000 \ No newline at end of file -- GitLab