Update README.md

pull/161/head
chen.ma 3 years ago
parent cd46cfeea2
commit b0a3a43885

@ -98,15 +98,16 @@ POST http://localhost:6691/v1/cs/configs
{ {
"tenantId": "common", "tenantId": "common",
"itemId": "message-center", "itemId": "message-center",
"tpId": "message-consume", "tpId": "custom-pool",
"coreSize": 3, "coreSize": 10,
"maxSize": 10, "maxSize": 15,
"queueType":9, "queueType": 9,
"capacity":1000, "capacity": 9,
"keepAliveTime" : 1000, "keepAliveTime": 100,
"isAlarm":1, "rejectedType": 7,
"capacityAlarm":80, "isAlarm": 2,
"livenessAlarm":80 "capacityAlarm": 80,
"livenessAlarm": 80
} }
``` ```
@ -116,4 +117,4 @@ POST http://localhost:6691/v1/cs/configs
<br/> <br/>
![](https://images-machen.oss-cn-beijing.aliyuncs.com/image-20210715124311506.png) ![](https://images-machen.oss-cn-beijing.aliyuncs.com/image-20210715124650132.png)

Loading…
Cancel
Save