From ac6522a248124b9125251e2dea14571df4d0af2f Mon Sep 17 00:00:00 2001 From: fit2-zhao <70558837+fit2-zhao@users.noreply.github.com> Date: Wed, 5 Jul 2023 15:59:15 +0800 Subject: [PATCH] Update application.properties --- framework/gateway/src/main/resources/application.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/framework/gateway/src/main/resources/application.properties b/framework/gateway/src/main/resources/application.properties index 51ac825c4c..bb1b6f6dc2 100644 --- a/framework/gateway/src/main/resources/application.properties +++ b/framework/gateway/src/main/resources/application.properties @@ -7,7 +7,7 @@ spring.cloud.gateway.discovery.locator.lowerCaseServiceId=true # spring cloud timeout spring.cloud.gateway.httpclient.connect-timeout=30000 spring.cloud.gateway.httpclient.response-timeout=300000 -spring.cloud.gateway.httpclient.websocket.max-frame-payload-length=10485760 +spring.cloud.gateway.httpclient.websocket.max-frame-payload-length=209715200 # spring.datasource.type=com.zaxxer.hikari.HikariDataSource spring.datasource.hikari.maximum-pool-size=200 @@ -41,4 +41,4 @@ springdoc.swagger-ui.urls[8].name=ui # sticky-session spring.cloud.loadbalancer.sticky-session.add-service-instance-cookie=true # -logging.file.path=/opt/metersphere/logs/gateway \ No newline at end of file +logging.file.path=/opt/metersphere/logs/gateway