From d2679edea009cd4b1c289991dbf957f2d09467b3 Mon Sep 17 00:00:00 2001 From: Ivan Folgueira Bande Date: Thu, 6 Feb 2025 21:49:01 +0100 Subject: [PATCH] update for v0.35.0 --- docs/guides/nwaku/config-options.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/guides/nwaku/config-options.md b/docs/guides/nwaku/config-options.md index 654e915e..8e83b7c3 100644 --- a/docs/guides/nwaku/config-options.md +++ b/docs/guides/nwaku/config-options.md @@ -33,7 +33,7 @@ Here are the available node configuration options, along with their default valu | `ext-multiaddr` | | External multiaddresses to advertise to the network. Argument may be repeated | | `ext-multiaddr-only` | `false` | Only announce external multiaddresses | | `max-connections` | `50` | Maximum allowed number of libp2p connections | -| `max-relay-peers` | | Maximum allowed number of relay peers | +| `relay-service-ratio` | `"60:40"` | This percentage ratio represents the relay peers to service peers. For example, 60:40, tells that 60% of the max-connections will be used for relay protocol and the other 40% of max-connections will be reserved for other service protocols (e.g., filter, lightpush, store, metadata, etc.) | | `peer-store-capacity` | | Maximum stored peers in the peerstore | | `peer-persistence` | `false` | Enable peer persistence | @@ -126,6 +126,7 @@ Here are the available node configuration options, along with their default valu | `dns-discovery` | `false` | Enable discovering nodes via DNS | | `dns-discovery-url` | | URL for DNS node list in format 'enrtree://@' | | `dns-discovery-name-server` | `["1.1.1.1", "1.0.0.1"]` | DNS name server IPs to query. Argument may be repeated | +| `rendezvous` | `true` | Enable waku rendezvous discovery server | ## Discv5 config