From b0a3a438856c9eea5804ac041bafb895a3a10fce Mon Sep 17 00:00:00 2001 From: "chen.ma" Date: Thu, 15 Jul 2021 12:47:29 +0800 Subject: [PATCH] Update README.md --- README.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 9444bd68..f48595ff 100644 --- a/README.md +++ b/README.md @@ -98,15 +98,16 @@ POST http://localhost:6691/v1/cs/configs { "tenantId": "common", "itemId": "message-center", - "tpId": "message-consume", - "coreSize": 3, - "maxSize": 10, - "queueType":9, - "capacity":1000, - "keepAliveTime" : 1000, - "isAlarm":1, - "capacityAlarm":80, - "livenessAlarm":80 + "tpId": "custom-pool", + "coreSize": 10, + "maxSize": 15, + "queueType": 9, + "capacity": 9, + "keepAliveTime": 100, + "rejectedType": 7, + "isAlarm": 2, + "capacityAlarm": 80, + "livenessAlarm": 80 } ``` @@ -116,4 +117,4 @@ POST http://localhost:6691/v1/cs/configs
-![](https://images-machen.oss-cn-beijing.aliyuncs.com/image-20210715124311506.png) +![](https://images-machen.oss-cn-beijing.aliyuncs.com/image-20210715124650132.png)