diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index 9fd2b396a48b989fa521025b19b151eb5eb9dc4c..b32da29c5ffc07affee1bd540bc7fcbfb9fdc28a 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: