Skip to content

Commit

Permalink
chore: update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mint-dewit committed Nov 12, 2024
1 parent 68fe627 commit 4e9f719
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/connector/src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,9 @@ export interface IMOSDeviceConnectionOptions {

/** (Optional) Treat the secondary server as a "hot standby".
* A "hot standby" is a server that is powered down / in standby while the primary server is up.
* Set this to true to defer checking the connection status to the secondary server while the primary is up.
* When a server is a hot standby it is expected to be disconnected and hence we will not send
* heartbeat messages. The connection status will still be reported as disconnected however as we
* do not pretend to be connected to something that is powered down.
*
* (This was added to support the hot standby feature of OpenMedia NRCS.)
*/
Expand Down

0 comments on commit 4e9f719

Please sign in to comment.