Skip to content

Commit

Permalink
chore: error update
Browse files Browse the repository at this point in the history
  • Loading branch information
darshankabariya authored and darshankabariya committed Jan 20, 2025
1 parent 0724f7d commit c625d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion waku/factory/node_factory.nim
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ proc initNode(

# Backword compatibility for maxRelayPeers
if conf.maxRelayPeers.isSome():
debug "maxRelayPeers is deprecated, using relayServiceRatio instead ( recommendation ), if relayServiceRatio is not set, by default it will be 60:40, maxRelayPeers and maxServicePeer is calculated accordingly"
error "maxRelayPeers is deprecated, using relayServiceRatio instead ( recommendation ), if relayServiceRatio is not set, by default it will be 60:40, maxRelayPeers and maxServicePeer is calculated accordingly"

builder.withPeerManagerConfig(
maxConnections = conf.maxConnections,
Expand Down

0 comments on commit c625d14

Please sign in to comment.