Skip to content

Commit

Permalink
update to crr to 10 min
Browse files Browse the repository at this point in the history
  • Loading branch information
darshankabariya authored Aug 23, 2024
1 parent 1aeb35d commit f0180b1
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 @@ -32,7 +32,7 @@ const
DefaultMaxRpcSize* = 10 * DefaultMaxWakuMessageSize + 64 * 1024
# TODO what is the expected size of a PX message? As currently specified, it can contain an arbitary number of ENRs...
MaxPeersCacheSize = 60
CacheRefreshInterval = 5.minutes
CacheRefreshInterval = 10.minutes

WakuPeerExchangeCodec* = "/vac/waku/peer-exchange/2.0.0-alpha1"

Expand Down

0 comments on commit f0180b1

Please sign in to comment.