Skip to content

Commit

Permalink
修改空格
Browse files Browse the repository at this point in the history
  • Loading branch information
ronachao authored Apr 18, 2019
1 parent 38c5ed7 commit feb20cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
| maxMsgHeapNum|| Int| 最大堆积消息数。取值范围在公测期间为 `1,000,000 - 10,000,000`,正式上线后范围可达到 `1000,000-1000,000,000`。默认取值在公测期间为 `10,000,000`,正式上线后为 `100,000,000`|
| pollingWaitSeconds|| Int| 消息接收长轮询等待时间。取值范围 0 - 30秒,默认值0。|
| visibilityTimeout|| Int| 消息可见性超时。取值范围1 - 43200秒(即12小时内),默认值30。|
| maxMsgSize|| Int| 消息最大长度。取值范围1024 - 1048576 Byte(即1-1024K),默认值65536。|
| maxMsgSize|| Int| 消息最大长度。取值范围1024 - 1048576 Byte(即1 - 1024K),默认值65536。|
| msgRetentionSeconds|| Int| 消息保留周期。取值范围60 - 1296000秒(1min-15天),默认值345600 (4 天)。|
|rewindSeconds||Int|队列是否开启回溯消息能力,该参数取值范围 0-msgRetentionSeconds,即最大的回溯时间为消息在队列中的保留周期,0表示不开启。|

Expand Down

0 comments on commit feb20cc

Please sign in to comment.