Last active
December 12, 2019 11:15
-
-
Save spmallette/0a4b79f538c03009b581d997f52d1ab1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hosts: [localhost] | |
port: 8182 | |
serializer: { className: org.apache.tinkerpop.gremlin.driver.ser.GraphBinaryMessageSerializerV1 } | |
connectionPool: { maxInProcessPerConnection: 128 } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Cluster c = Cluster.build().maxInProcessPerConnection(128).create(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment