Skip to content

Commit d2679ed

Browse files
update for v0.35.0
1 parent 230e718 commit d2679ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/guides/nwaku/config-options.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Here are the available node configuration options, along with their default valu
3333
| `ext-multiaddr` | | External multiaddresses to advertise to the network. Argument may be repeated |
3434
| `ext-multiaddr-only` | `false` | Only announce external multiaddresses |
3535
| `max-connections` | `50` | Maximum allowed number of libp2p connections |
36-
| `max-relay-peers` | | Maximum allowed number of relay peers |
36+
| `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.) |
3737
| `peer-store-capacity` | | Maximum stored peers in the peerstore |
3838
| `peer-persistence` | `false` | Enable peer persistence |
3939

@@ -126,6 +126,7 @@ Here are the available node configuration options, along with their default valu
126126
| `dns-discovery` | `false` | Enable discovering nodes via DNS |
127127
| `dns-discovery-url` | | URL for DNS node list in format 'enrtree://<key\>@<fqdn\>' |
128128
| `dns-discovery-name-server` | `["1.1.1.1", "1.0.0.1"]` | DNS name server IPs to query. Argument may be repeated |
129+
| `rendezvous` | `true` | Enable waku rendezvous discovery server |
129130

130131
## Discv5 config
131132

0 commit comments

Comments
 (0)