Skip to content

Commit

Permalink
Adding num-shards-in-network config option to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmer committed Oct 2, 2024
1 parent c9389f0 commit ccbf33e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/guides/nwaku/config-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

Expand Down

0 comments on commit ccbf33e

Please sign in to comment.