From fbe93d6e596223706f8228f9fd696fdf331fb830 Mon Sep 17 00:00:00 2001 From: Simon-Pierre Vivier Date: Tue, 21 Jan 2025 09:36:44 -0500 Subject: [PATCH] Update standards/core/store-sync.md Co-authored-by: Hanno Cornelius <68783915+jm-clius@users.noreply.github.com> --- standards/core/store-sync.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/standards/core/store-sync.md b/standards/core/store-sync.md index 63a07fe..892a0a0 100644 --- a/standards/core/store-sync.md +++ b/standards/core/store-sync.md @@ -36,7 +36,8 @@ It is RECOMMENDED to limit the time interval to a maximum of 6 hours. ### Waku Sync Nodes that stay online can still miss messages. -[Waku Sync](https://github.com/waku-org/specs/blob/master/standards/core/sync.md) is 2 libp2p protocols used to find those messages and mend the differences by periodically syncing with random nodes. +[Waku Sync](https://github.com/waku-org/specs/blob/master/standards/core/sync.md) consists of two libp2p protocols, +respectively used to (i) find those messages and (ii) mend the differences by periodically syncing with random nodes. It is RECOMMENDED to trigger a sync with a random peer that supports the protocols every 5 minutes for a time range of the last hour. ## Copyright