opt compile

This commit is contained in:
yihaoDeng 2023-05-22 06:10:00 +00:00
parent f67caaed1f
commit d6b188f15d
1 changed files with 8 additions and 8 deletions

View File

@ -99,21 +99,21 @@ taos --dump-config
### numOfRpcSessions
| 属性 | 说明 |
| 属性 | 说明 |
| --------| ---------------------- |
| 适用范围 | 客户端和服务端都适用 |
| 含义 | 一个客户端能创建的最大连接数|
| 取值范围 | 100-100000 |
| 缺省值 | 10000 |
| 缺省值 | 10000 |
### timeToGetAvailableConn
| 属性 | 说明 |
| -------- | ----------------------- |
| 适用范围 | 客户端和服务端都适用 |
| 含义 |获得可用连接的最长等待时间 |
| 取值范围 | 10-50000000(单位为毫秒) |
| 缺省值 | 500000 |
| 属性 | 说明 |
| -------- | --------------------|
| 适用范围 | 客户端和服务端都适用 |
| 含义 |获得可用连接的最长等待时间|
| 取值范围 | 10-50000000(单位为毫秒)|
| 缺省值 | 500000 |
## 监控相关