Skip to content

Instantly share code, notes, and snippets.

@spmallette
Last active December 12, 2019 11:15
Show Gist options
  • Save spmallette/0a4b79f538c03009b581d997f52d1ab1 to your computer and use it in GitHub Desktop.
Save spmallette/0a4b79f538c03009b581d997f52d1ab1 to your computer and use it in GitHub Desktop.
hosts: [localhost]
port: 8182
serializer: { className: org.apache.tinkerpop.gremlin.driver.ser.GraphBinaryMessageSerializerV1 }
connectionPool: { maxInProcessPerConnection: 128 }
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