GumpacG commented on code in PR #3469:
URL: https://github.com/apache/tinkerpop/pull/3469#discussion_r3464586565


##########
gremlin-python/src/main/python/gremlin_python/driver/client.py:
##########
@@ -38,21 +38,34 @@ def cpu_count():
 
 class Client:
 
-    def __init__(self, url, traversal_source, pool_size=None, max_workers=None,
+    def __init__(self, url, traversal_source, max_connections=None, 
max_workers=None,

Review Comment:
   Updated now to set the default here as old deprecated options are removed



-- 
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]

Reply via email to