From ab4900109f17070e361c6b9927e705fe48cf92c7 Mon Sep 17 00:00:00 2001 From: luoxiaoyun Date: Sat, 26 Jun 2021 09:39:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8B=E8=BD=BD=E5=A4=A7=E8=99=9A=E6=9C=BA?= =?UTF-8?q?=E9=95=9C=E5=83=8F=E8=B6=85=E6=97=B6=EF=BC=8C=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=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 --- src/main/resources/application.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index 9fd2b39..b32da29 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -56,6 +56,9 @@ spring: file-size-threshold: 1MB max-file-size: 10MB max-request-size: 10MB + mvc: + async: + request-timeout: 1800000 APPLICATION_ID: edgegallery service_description: @@ -67,6 +70,11 @@ servicecomb: service: registry: address: ${SC_ADDRESS:} + rest: + server: + timeout: 1800000 + request: + timeout: 1800000 security: oauth2: -- Gitee