You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by pe...@apache.org on 2020/06/05 01:21:37 UTC

[pulsar] branch master updated: [Doc]--set netty mex frame size (#7174)

This is an automated email from the ASF dual-hosted git repository.

penghui 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 0d59487  [Doc]--set netty mex frame size (#7174)
0d59487 is described below

commit 0d59487d26ca4717becb5e914af64bd5d98f2bad
Author: HuanliMeng <48...@users.noreply.github.com>
AuthorDate: Fri Jun 5 09:21:27 2020 +0800

    [Doc]--set netty mex frame size (#7174)
    
    Update the docs for PR: https://github.com/apache/pulsar/pull/7116/files
---
 site2/docs/reference-configuration.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site2/docs/reference-configuration.md b/site2/docs/reference-configuration.md
index f5b40aa..a1015a1 100644
--- a/site2/docs/reference-configuration.md
+++ b/site2/docs/reference-configuration.md
@@ -96,7 +96,7 @@ BookKeeper is a replicated log storage system that Pulsar uses for durable stora
 |dbStorage_rocksDB_numLevels||-1|
 |dbStorage_rocksDB_numFilesInLevel0||4|
 |dbStorage_rocksDB_maxSizeInLevel1MB||256|
-
+| nettyMaxFrameSizeBytes | Set the maximum netty frame size in bytes. If the size of a received message is larger than the configured value, the message is rejected. | 1 GB |
 
 
 ## Broker