Skip to content

Commit

Permalink
feat(core-orm): add CB cluster option waitUntilReady support #275
Browse files Browse the repository at this point in the history
Signed-off-by: Yuriy Movchan <[email protected]>
  • Loading branch information
yurem committed Sep 23, 2024
1 parent 2368e0d commit bf458e0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions templates/gluu-couchbase.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
servers: %(couchbase_query_node)s

# Waits until SDK bootstrap is complete and the desired ClusterState is observed
# Default waitUntilReady is -1 which means that it's turned off
connection.wait-until-ready-time: -1

# The connect timeout is used when a Bucket is opened.
# If you feel the urge to change this value to something higher, there is a good chance that your network is not properly set up.
# Connecting to the server should in practice not take longer than a second on a reasonably fast network.
Expand Down

0 comments on commit bf458e0

Please sign in to comment.