mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
超管统计接口50%
This commit is contained in:
@@ -127,6 +127,22 @@ aj:
|
||||
req-check-minute-limit: 60 # check 接口一分钟内请求数限制
|
||||
req-verify-minute-limit: 60 # verify 接口一分钟内请求数限制
|
||||
|
||||
|
||||
--- #################### 线程相关配置 ####################
|
||||
|
||||
# 异步线程配置 自定义使用参数
|
||||
async:
|
||||
executor:
|
||||
thread:
|
||||
core_pool_size: 26 # 配置核心线程数 默认8个 核数*2+2
|
||||
max_pool_size: 100 # 配置最大线程数
|
||||
queue_capacity: 99988 # 配置队列大小
|
||||
keep_alive_seconds: 20 #设置线程空闲等待时间秒s
|
||||
name:
|
||||
prefix: async-thread- # 配置线程池中的线程的名称前缀
|
||||
|
||||
|
||||
|
||||
--- #################### 晨丰相关配置 ####################
|
||||
|
||||
chenfeng:
|
||||
|
||||
Reference in New Issue
Block a user