记得上下班打卡 | git大法好,push需谨慎

Commit 4eb8c3d4 authored by anjiabin's avatar anjiabin

提交演出数据

parent 33750d47
...@@ -2,11 +2,11 @@ server: ...@@ -2,11 +2,11 @@ server:
port: ${liquidnet.info.port} port: ${liquidnet.info.port}
tomcat: tomcat:
uri-encoding: UTF-8 uri-encoding: UTF-8
maxThreads: 2000 #默认200 maxThreads: 10000 #默认200
minSpareThreads: 200 #默认10 minSpareThreads: 500 #默认10
maxConnections: 20000 #默认10000 maxConnections: 20000 #默认10000
acceptCount: 5000 #默认100 acceptCount: 5000 #默认100
processorCache: 1000 #默认200 processorCache: 5000 #默认200
servlet: servlet:
context-path: context-path:
# ----------------------------------------------------------- # -----------------------------------------------------------
...@@ -70,7 +70,7 @@ zuul: ...@@ -70,7 +70,7 @@ zuul:
# 忽略的服务,有些后端服务是不需要让网管代理的,防止服务侵入 # 忽略的服务,有些后端服务是不需要让网管代理的,防止服务侵入
ignored-services: "*" ignored-services: "*"
semaphore: semaphore:
max-semaphores: 6000 #默认 100 max-semaphores: 10000 #默认 100
# 忽略的接口,屏蔽接口 # 忽略的接口,屏蔽接口
# ignored-patterns: /**/div/** # ignored-patterns: /**/div/**
# ----------------------------------------------------------- # -----------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment