Skip to content

Commit

Permalink
clarification & fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SionoiS committed Jan 15, 2025
1 parent fde85bf commit affcda5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions standards/core/store-sync.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Message propagation in the network is not perfect,
even with GossipSub mechanisms to detect missed messages.
Nodes can also go offline for various reason outside our control.
Store nodes that want to provide a good service must be able to remedy situations like these.
By having store nodes syncronize with each other through various protocols,
By having store nodes synchronize with each other through various protocols,
the set of archived messages network wide will be eventually consistent.

## Theory / Semantics
Expand All @@ -36,7 +36,7 @@ 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 by periodically syncing with random nodes.
[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.
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
Expand Down

0 comments on commit affcda5

Please sign in to comment.