doc: rephrase compressMsgSize
This commit is contained in:
parent
31204b72cf
commit
fb362b5275
|
@ -604,7 +604,7 @@ The charset that takes effect is UTF-8.
|
||||||
|
|
||||||
| Attribute | Description |
|
| Attribute | Description |
|
||||||
| -------- | ----------------------------- |
|
| -------- | ----------------------------- |
|
||||||
| Applicable | Server only |
|
| Applicable | Both Client and Server side |
|
||||||
| Meaning | Whether RPC message is compressed |
|
| Meaning | Whether RPC message is compressed |
|
||||||
| Value Range | -1: none message is compressed; 0: all messages are compressed; N (N>0): messages exceeding N bytes are compressed |
|
| Value Range | -1: none message is compressed; 0: all messages are compressed; N (N>0): messages exceeding N bytes are compressed |
|
||||||
| Default | -1 |
|
| Default | -1 |
|
||||||
|
|
|
@ -628,7 +628,7 @@ charset 的有效值是 UTF-8。
|
||||||
|
|
||||||
| 属性 | 说明 |
|
| 属性 | 说明 |
|
||||||
| -------- | ----------------------------- |
|
| -------- | ----------------------------- |
|
||||||
| 适用于 | 仅服务端适用 |
|
| 适用于 | 服务端和客户端均适用 |
|
||||||
| 含义 | 是否对 RPC 消息进行压缩 |
|
| 含义 | 是否对 RPC 消息进行压缩 |
|
||||||
| 取值范围 | -1: 所有消息都不压缩; 0: 所有消息都压缩; N (N>0): 只有大于 N 个字节的消息才压缩 |
|
| 取值范围 | -1: 所有消息都不压缩; 0: 所有消息都压缩; N (N>0): 只有大于 N 个字节的消息才压缩 |
|
||||||
| 缺省值 | -1 |
|
| 缺省值 | -1 |
|
||||||
|
|
Loading…
Reference in New Issue