From aaea24ceee2b0f143155f50afe980ca110c8bd2f Mon Sep 17 00:00:00 2001 From: Simon-Pierre Vivier Date: Wed, 2 Jul 2025 08:37:47 -0400 Subject: [PATCH] Update docs/guides/nwaku/config-options.md Co-authored-by: fryorcraken <110212804+fryorcraken@users.noreply.github.com> --- docs/guides/nwaku/config-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/nwaku/config-options.md b/docs/guides/nwaku/config-options.md index 671be8b..d3a27ba 100644 --- a/docs/guides/nwaku/config-options.md +++ b/docs/guides/nwaku/config-options.md @@ -89,7 +89,7 @@ Here are the available node configuration options, along with their default valu | Name | Default Value | Description | | -------------------------------- | ------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `store-sync` | `false` | Enable/disable waku store sync protocol | -| `store-sync-interval` | `300` 5 minutes | Interval between store syncronization attempts | +| `store-sync-interval` | `300` 5 minutes | Interval between store synchronization attempts | | `store-sync-range` | `3600` 1 hour | Amount of time to sync | | `store-sync-relay-jitter` | `20` seconds | Sync range offset to account for relay's message propagation jitter |