Co-authored-by: fryorcraken <110212804+fryorcraken@users.noreply.github.com>
This commit is contained in:
Sasha 2025-10-24 01:48:17 +02:00 committed by GitHub
parent 88783f088d
commit b957762ada
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -332,7 +332,8 @@ types:
`Unhealthy` indicates that the node has lost connectivity for message reception,
sending, or both, and as a result, it cannot reliably process or transmit messages.
`MinimallyHealthy` indicates that the node meets the minimum operational requirements,
`MinimallyHealthy` indicates that the node meets the minimum operational requirements: connect to at least one peer with a protocol to send messages ([LIGHT-PUSH]() or [RELAY]()) and one peer with a protocol to receive messages ([FILTER ] or [RELAY])
and one peer with store service capabilities.
although performance or reliability may be impacted.
`Healthy` indicates that the node is operating optimally,