Update application.properties
This commit is contained in:
parent
842932fc46
commit
ac6522a248
|
@ -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
|
||||
logging.file.path=/opt/metersphere/logs/gateway
|
||||
|
|
Loading…
Reference in New Issue