Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions src/sdk/main/include/Client.h
Original file line number Diff line number Diff line change
Expand Up @@ -350,10 +350,9 @@ class Client
[[nodiscard]] bool isAutoValidateChecksumsEnabled() const;

/**
* Set whether receipt and record queries may fail over to other nodes when the submitting node is unavailable.
* When enabled, queries still start with the submitting node and advance
* to other eligible nodes in deterministic order only on failure. When
* disabled (default), strict single-node pinning is preserved.
* Set whether receipt and record queries may fail over to other nodes when the submitting node is unavailable. When
* enabled, queries still start with the submitting node and advance to other eligible nodes in deterministic order
* only on failure. When disabled (default), strict single-node pinning is preserved.
*
* @param allow \c true to allow receipt/record query failover to other nodes.
* @return A reference to this Client with the newly-set failover policy.
Expand Down
Loading