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

Change-Id: I8a55fbce410e1787946f2dd38b3a41c84aab20bd

Former-commit-id: 1c5060d53524f195be7854ca66160d3d075c3112
This commit is contained in:
Richard Peter 2014-05-09 10:37:18 -05:00
parent 4d99d25a55
commit acadd5b815

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