mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-04 15:03:08 +00:00
fix: peer-exchange issue (#2889)
This commit is contained in:
parent
b2cbc7cbca
commit
fd653ef0da
@ -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 = 10.minutes
|
||||
|
||||
WakuPeerExchangeCodec* = "/vac/waku/peer-exchange/2.0.0-alpha1"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user