cjl
2023-08-18 82a7ddbd7d399a428578740264b23cc838366f55
fix:实测补偿修复
1 files modified
10 ■■■■■ changed files
screen-api/src/main/resources/application-dev.yml 10 ●●●●● patch | view | raw | blame | history
screen-api/src/main/resources/application-dev.yml
@@ -1,15 +1,5 @@
server:
  port: 8081
  tomcat:
    uri-encoding: UTF-8
    #最小线程数
    min-spare-threads: 500
    #最大线程数
    max-threads: 2500
    #最大链接数
    max-connections: 6500
    #最大等待队列长度
    accept-count: 1000
spring:
  profiles:
    active: dev