Skip to content

Commit

Permalink
Add keepAliveInterval CB SDK support
Browse files Browse the repository at this point in the history
  • Loading branch information
yurem committed Mar 10, 2021
1 parent ddcaea1 commit fd52f91
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions templates/gluu-couchbase.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ connection.mutation-tokens-enabled: false
# Default scan consistency. Possible values are: not_bounded, request_plus, statement_plus
connection.scan-consistency: not_bounded

# Sets the time of inactivity, in milliseconds, after which some services
# will issue a form of keep-alive request to their corresponding server/nodes
# (default is 30s, values <= 0 deactivate the idle check).
#connection.keep-alive-interval=4000

# Customize the timeout used for keepalive operations
#connection.keep-alive-timeout=2500

# Enable scopes support. Default value: false
# connection.enable-scope-support: true

Expand Down

0 comments on commit fd52f91

Please sign in to comment.