mirror of
https://github.com/logos-messaging/docs.waku.org.git
synced 2026-01-05 06:13:08 +00:00
Add new filter conifguration argument in relation to https://github.com/waku-org/nwaku/pull/2341
This commit is contained in:
parent
e2ec02df1a
commit
d51c6a522d
@ -88,6 +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_ |
|
||||
|
||||
## Light push config
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user