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 <Yuriy.Movchan@gmail.com>
  • Loading branch information
yurem committed Sep 23, 2024
1 parent bf458e0 commit 9c34bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/gluu-couchbase.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
servers: %(couchbase_query_node)s

# Waits until SDK bootstrap is complete and the desired ClusterState is observed
# Waits specified number of seconds 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

Expand Down

0 comments on commit 9c34bd8

Please sign in to comment.