| commit | f01eefc90e5fb27f39c258296297d00625605d6c | [log] [tgz] |
|---|---|---|
| author | andreachild <andrea.child@improving.com> | Thu Sep 05 10:17:19 2024 -0700 |
| committer | GitHub <noreply@github.com> | Thu Sep 05 10:17:19 2024 -0700 |
| tree | 6ed2eebd977ff13927dc4d635445f1013c06ad40 | |
| parent | bb6caab4632381ea17fd6a3691360c14525adf64 [diff] |
Java driver - renamed maxContentLength to maxResponseContentLength, changed int to long to allow for higher max value, increased default value to Integer.MAX_VALUE as the size check is now done against the total response size instead of previous web socket frame size, and changed zero to be acceptable value which disables the response size check. Gremlin server - renamed maxContentLength to maxRequestContentLength and updated documentation for clarity. (#2749)