This is an automated email from the ASF dual-hosted git repository.
sijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
The following commit(s) were added to refs/heads/master by this push:
new 7fbd362 [SITE] modify nettyMaxFrameSizeBytes Description
7fbd362 is described below
commit 7fbd3620a09852e5ac7a4c206bcf2d070151db03
Author: hello zepp <[email protected]>
AuthorDate: Mon May 20 10:45:35 2019 +0800
[SITE] modify nettyMaxFrameSizeBytes Description
Descriptions of the changes in this PR:
Fixes #2079
### Motivation
when the client-side attempt to send more than the default size bytes, it
should set up the corresponding parameter `setNettyMaxFrameSizeBytes(int
maxSize)`
(Explain: why you're making that change, what is the problem you're trying
to solve)
Master Issue: #2079
Reviewers: Enrico Olivelli <[email protected]>, Sijie Guo
<[email protected]>
This closes #2086 from hellozepp/issue-2079
---
site/_data/config/bk_server.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/site/_data/config/bk_server.yaml b/site/_data/config/bk_server.yaml
index 328beca..172e0a9 100644
--- a/site/_data/config/bk_server.yaml
+++ b/site/_data/config/bk_server.yaml
@@ -124,7 +124,7 @@ groups:
description: The Recv ByteBuf allocator max buf size.
default: 1048576
- param: nettyMaxFrameSizeBytes
- description: The maximum netty frame size in bytes. Any message received
larger than this will be rejected.
+ description: The maximum netty frame size in bytes. Any message received
larger than this will be rejected, so when the client-side attempt to send more
than the default size bytes, it should set up the corresponding parameter
`setNettyMaxFrameSizeBytes(int maxSize)`, pay attention to the parameter should
be less than the value of server-side.
default: 5242880
- name: Http server settings