Issue #2928: Increase default thriftService byte limit to 250MB

Change-Id: I8a55fbce410e1787946f2dd38b3a41c84aab20bd

Former-commit-id: acadd5b815 [formerly bd033db0f4 [formerly 1c5060d53524f195be7854ca66160d3d075c3112]]
Former-commit-id: bd033db0f4
Former-commit-id: b809ed50fd
This commit is contained in:
Richard Peter 2014-05-09 10:37:18 -05:00
parent 469f2771c3
commit 87dec39958

View file

@ -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