Issue #2928: Increase default thriftService byte limit to 250MB
Change-Id: I8a55fbce410e1787946f2dd38b3a41c84aab20bd Former-commit-id:acadd5b815
[formerlybd033db0f4
[formerly 1c5060d53524f195be7854ca66160d3d075c3112]] Former-commit-id:bd033db0f4
Former-commit-id:b809ed50fd
This commit is contained in:
parent
469f2771c3
commit
87dec39958
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