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

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

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