From d31283c68c2f8e4173a8e9404b46a1b49b0d9b61 Mon Sep 17 00:00:00 2001 From: kaichaosun Date: Fri, 28 Jun 2024 17:14:56 +0800 Subject: [PATCH] chore: more --- standards/application/relay-reliability.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standards/application/relay-reliability.md b/standards/application/relay-reliability.md index 604c920..27013b7 100644 --- a/standards/application/relay-reliability.md +++ b/standards/application/relay-reliability.md @@ -32,7 +32,7 @@ For the nodes that may have connection issues to **publish** messages via relay For the nodes that may have connection issues to **receive** messages via relay network, this search criteria can be used to fetch missing messages from store nodes when network resumes. -By leveraging the store node to provide such query services, the applications are able to mitigate the reliability issue of relay protocol. But this approach also introduces new challenges like centralization, privacy, and scalability. It should be viewed as a temporary solution and deprecated when e2e reliability is ready. +By leveraging the store node to provide such query services, the applications are able to mitigate the reliability issue of relay protocol. But this approach also introduces new challenges like centralization, privacy, and scalability. It should be viewed as a temporary solution and deprecated when e2e reliability solution is ready. ## Implementation Suggestions