Skip to content

Commit

Permalink
chore: revert all changes, just update cache refresh time
Browse files Browse the repository at this point in the history
  • Loading branch information
darshankabariya committed Aug 23, 2024
1 parent 2edc0bc commit 99f79e7
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 = 15.minutes
CacheRefreshInterval = 5.minutes

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

Expand Down

0 comments on commit 99f79e7

Please sign in to comment.