From 31e16357d235c07c52e4575a27d1a62dc67d48a1 Mon Sep 17 00:00:00 2001 From: Gabriel mermelstein Date: Thu, 19 Sep 2024 11:43:24 +0300 Subject: [PATCH] fixing space --- docs/guides/nwaku/config-options.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/guides/nwaku/config-options.md b/docs/guides/nwaku/config-options.md index f43aed8..b07e56c 100644 --- a/docs/guides/nwaku/config-options.md +++ b/docs/guides/nwaku/config-options.md @@ -67,8 +67,10 @@ Here are the available node configuration options, along with their default valu | `staticnode` | | Peer multiaddr to directly connect with. Argument may be repeated | | `keep-alive` | `false` | Enable keep-alive for idle connections: true\|false | | `pubsub-topic` | | Default pubsub topic to subscribe to. Argument may be repeated. Deprecated! Please use `shard` and/or `content-topic` instead | -| `shard` | | Shard to subscribe to. Argument may be repeated. | +| `shard` | | Shard to subscribe to. Argument may be repeated | | `content-topic` | | Default content topic to subscribe to. Argument may be repeated | +| `reliability` | `false` | Enable experimental reliability protocol true\|false | + ## Store and message store config