Merge "Issue #2928: Increase default thriftService byte limit to 250MB" into omaha_14.3.1
Former-commit-id:ab17f8b84e
[formerlyed687984f7
] [formerly486c69045d
] [formerly5849925092
[formerly486c69045d
[formerly dac16ee8f25f6f265426405ca2bff55aff5b57ba]]] Former-commit-id:5849925092
Former-commit-id: d5ee78ec7147794ad7f544578dc0b0342780e4bf [formerly9091c46153
] Former-commit-id:b663cb9989
This commit is contained in:
commit
8bc0acc137
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
# byte limit for input and output streams to the thrift service.
|
# byte limit for input and output streams to the thrift service.
|
||||||
# After specified number of bytes, the stream is rejected to
|
# After specified number of bytes, the stream is rejected to
|
||||||
# prevent jvm OutOfMemory as the client is doing something wrong.
|
# prevent jvm OutOfMemory as the client is doing something wrong.
|
||||||
thriftService.byteLimitInMB=100
|
thriftService.byteLimitInMB=250
|
Loading…
Add table
Reference in a new issue