andreachild commented on code in PR #2749:
URL: https://github.com/apache/tinkerpop/pull/2749#discussion_r1739107881
##########
gremlin-driver/src/main/java/org/apache/tinkerpop/gremlin/driver/Cluster.java:
##########
@@ -328,10 +328,10 @@ public int getMaxWaitForClose() {
}
/**
- * Gets the maximum size in bytes of any request sent to the server.
+ * Gets the maximum size in bytes of any request received from the server.
*/
- public int getMaxContentLength() {
- return manager.connectionPoolSettings.maxContentLength;
+ public double getMaxResponseContentLength() {
Review Comment:
Discussed with @kenhuuu and will change to Long.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]