From 1b2affe15ea4371ed3a03969cef375bc064d3455 Mon Sep 17 00:00:00 2001 From: gabrielmer <101006718+gabrielmer@users.noreply.github.com> Date: Thu, 3 Oct 2024 10:34:21 +0300 Subject: [PATCH] Adding num-shards-in-network config option to documentation (#224) --- docs/guides/nwaku/config-options.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/guides/nwaku/config-options.md b/docs/guides/nwaku/config-options.md index 0b3154b..9b599b9 100644 --- a/docs/guides/nwaku/config-options.md +++ b/docs/guides/nwaku/config-options.md @@ -68,6 +68,7 @@ Here are the available node configuration options, along with their default valu | `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 | +| `num-shards-in-network` | | Number of shards in the network. Used to map content topics to shards when using autosharding | | `content-topic` | | Default content topic to subscribe to. Argument may be repeated | | `reliability` | `false` | Enable experimental reliability protocol true\|false |