CouchbaseClientSection HeartbeatConfigInterval Property Couchbase .NET SDK 2.1.0 Documentation
Sets the interval for configuration "heartbeat" checks, which check for changes in the configuration that are otherwise undetected by the client.

Namespace: Couchbase.Configuration.Client.Providers
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
public int HeartbeatConfigInterval { get; set; }

Property Value

Type: Int32
Remarks
The default is 10000ms.
See Also