Merge "Issue #2928: Increase default thriftService byte limit to 250MB" into omaha_14.3.1

Former-commit-id: ab17f8b84e [formerly ed687984f7] [formerly 486c69045d] [formerly 5849925092 [formerly 486c69045d [formerly dac16ee8f25f6f265426405ca2bff55aff5b57ba]]]
Former-commit-id: 5849925092
Former-commit-id: d5ee78ec7147794ad7f544578dc0b0342780e4bf [formerly 9091c46153]
Former-commit-id: b663cb9989
This commit is contained in:
Nate Jensen 2014-05-09 10:57:53 -05:00 committed by Gerrit Code Review
commit 8bc0acc137

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