From ef1c08a15fbd921ab916ca0e1b776c3442a14778 Mon Sep 17 00:00:00 2001 From: Sasha Date: Tue, 2 Jul 2024 12:08:22 +0200 Subject: [PATCH] define health section better --- informational/req-res-reliability.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/informational/req-res-reliability.md b/informational/req-res-reliability.md index 8e19425..944cffb 100644 --- a/informational/req-res-reliability.md +++ b/informational/req-res-reliability.md @@ -28,7 +28,10 @@ Such use cases can be: recovery from offline state, decrease rate of missed mess ### Node health -Metric meant to determine how reliable light node is: +Node health is a metric meant to determine how reliable a light node is. +We consider this reliability to be dependant on amount of simultaneous connections to responsive service nodes. +Unfortunately the more connections light node establishes - the more bandwidth is consumed. +To address this we suggest following metrics: - unhealthy - no connections to service nodes are available regardless of protocol; - minimally healthy: - Filter has one service node connection;