From 7c3e3e4c157e183a775331c45a88c607d45b2ed0 Mon Sep 17 00:00:00 2001 From: LordGhostX <47832826+LordGhostX@users.noreply.github.com> Date: Thu, 18 Jan 2024 19:17:22 +0100 Subject: [PATCH] removed
in tables --- docs/guides/nwaku/config-options.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/guides/nwaku/config-options.md b/docs/guides/nwaku/config-options.md index 6c4e344..56f2d39 100644 --- a/docs/guides/nwaku/config-options.md +++ b/docs/guides/nwaku/config-options.md @@ -88,9 +88,9 @@ Here are the available node configuration options, along with their default valu | `filter` | `false` | Enable filter protocol: true\|false | | `filternode` | | Peer multiaddr to request content filtering of messages | | `filter-timeout` | `14400 # 4 hours` | Timeout for filter node in seconds | -| `filter-subscription-timeout` | `300 # 5 minutes` | Timeout for filter subscription without ping or refresh it, in seconds.
_Only for v2 filter protocol_ | -| `filter-max-peers-to-serve` | `1000` | Maximum number of peers to serve at a time.
_Only for v2 filter protocol_ | -| `filter-max-criteria` | `1000` | Maximum number of pubsub- and content topic combination per peers at a time.
_Only for v2 filter protocol_ | +| `filter-subscription-timeout` | `300 # 5 minutes` | Timeout for filter subscription without ping or refresh it, in seconds. Only for v2 filter protocol | +| `filter-max-peers-to-serve` | `1000` | Maximum number of peers to serve at a time. Only for v2 filter protocol | +| `filter-max-criteria` | `1000` | Maximum number of pubsub and content topic combinations per peer at a time. Only for v2 filter protocol | ## Light push config @@ -168,4 +168,4 @@ Here are the available node configuration options, along with their default valu :::tip To configure your node using the provided configuration options, have a look at the [Node Configuration Methods](/guides/nwaku/config-methods) guide. -::: \ No newline at end of file +:::