Skip to content

Instantly share code, notes, and snippets.

@bhawna94
Created April 16, 2019 07:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bhawna94/a82ca22a362e22a38471dce9774dee4a to your computer and use it in GitHub Desktop.
Save bhawna94/a82ca22a362e22a38471dce9774dee4a to your computer and use it in GitHub Desktop.
CouchbaseEnvironment couchbaseEnvironment = DefaultCouchbaseEnvironment.builder()
.connectTimeout(50000)
.kvTimeout(50000)
.build();
cluster = CouchbaseCluster.create(couchbaseEnvironment, "node1");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment