opt compile

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

View File

@ -91,7 +91,7 @@ taos --dump-config
### maxShellConns
| 属性 | 说明 |
| -------- | ----------------------- |
| --------| ----------------------- |
| 适用范围 | 仅服务端适用 |
| 含义 | 一个 dnode 容许的连接数 |
| 取值范围 | 10-50000000 |
@ -100,9 +100,9 @@ taos --dump-config
### numOfRpcSessions
| 属性 | 说明 |
| -------- | ----------------------- |
| --------| ---------------------- |
| 适用范围 | 客户端和服务端都适用 |
| 含义 | 一个客户端能创建的最大连接数 |
| 含义 | 一个客户端能创建的最大连接数|
| 取值范围 | 100-100000 |
| 缺省值 | 10000 |