This is an automated email from the ASF dual-hosted git repository.
hjf pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new c9026ca update aws (#7961)
c9026ca is described below
commit c9026ca908b43c9d66708ca9627585ff173fea06
Author: sijia-w <[email protected]>
AuthorDate: Thu Sep 3 10:46:26 2020 +0200
update aws (#7961)
---
site2/docs/reference-configuration.md | 1 -
1 file changed, 1 deletion(-)
diff --git a/site2/docs/reference-configuration.md
b/site2/docs/reference-configuration.md
index d37bc2d..2d6b49f 100644
--- a/site2/docs/reference-configuration.md
+++ b/site2/docs/reference-configuration.md
@@ -339,7 +339,6 @@ subscriptionExpirationTimeMinutes | How long to delete
inactive subscriptions fr
|maxMessagePublishBufferSizeInMB|The maximum memory size for broker handling
messages sent from producers. If the processing message size exceeds this
value, broker stops reading data from the connection. The processing messages
means messages are sent to broker but broker have not sent response to the
client. Usually the message are waiting to be written to bookies. It's shared
across all the topics running in the same broker. The value `-1` disables the
memory limitation. By default, i [...]
|messagePublishBufferCheckIntervalInMillis|Interval between checks to see if
message publish buffer size exceeds the maximum. Use `0` or negative number to
disable the max publish buffer limiting.|100|
|retentionCheckIntervalInSeconds|Check between intervals to see if consumed
ledgers need to be trimmed. Use 0 or negative number to disable the check.|120|
-
| maxMessageSize | Set the maximum size of a message. | 5242880 |
| preciseTopicPublishRateLimiterEnable | Enable precise topic publish rate
limiting. | false |