Skip to content

Commit

Permalink
removed <br> in tables
Browse files Browse the repository at this point in the history
  • Loading branch information
LordGhostX authored Jan 18, 2024
1 parent d51c6a5 commit 7c3e3e4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/guides/nwaku/config-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.<br>_Only for v2 filter protocol_ |
| `filter-max-peers-to-serve` | `1000` | Maximum number of peers to serve at a time.<br>_Only for v2 filter protocol_ |
| `filter-max-criteria` | `1000` | Maximum number of pubsub- and content topic combination per peers at a time.<br>_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

Expand Down Expand Up @@ -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.
:::
:::

0 comments on commit 7c3e3e4

Please sign in to comment.