Issue #2928: Increase default thriftService byte limit to 250MB
Change-Id: I8a55fbce410e1787946f2dd38b3a41c84aab20bd Former-commit-id: 1c5060d53524f195be7854ca66160d3d075c3112
This commit is contained in:
parent
4d99d25a55
commit
acadd5b815
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# byte limit for input and output streams to the thrift service.
|
||||
# After specified number of bytes, the stream is rejected to
|
||||
# prevent jvm OutOfMemory as the client is doing something wrong.
|
||||
thriftService.byteLimitInMB=100
|
||||
thriftService.byteLimitInMB=250
|
Loading…
Add table
Reference in a new issue