Skip to content

Commit

Permalink
moving constant
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmer committed Oct 16, 2024
1 parent 15893d1 commit 8de6ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion waku/waku_peer_exchange/protocol.nim
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ const
# TODO what is the expected size of a PX message? As currently specified, it can contain an arbitary number of ENRs...
MaxPeersCacheSize = 60
CacheRefreshInterval = 10.minutes
DefaultPXNumPeersReq* = 5.uint64()

WakuPeerExchangeCodec* = "/vac/waku/peer-exchange/2.0.0-alpha1"
DefaultPXNumPeersReq* = 5.uint64()

# Error types (metric label values)
const
Expand Down

0 comments on commit 8de6ae9

Please sign in to comment.