mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-09 22:36:32 +00:00
d0cf3ed1f9
* fix(store): limit capacity of persistent message store fixes performance issue of loading a large message table by deleting old messages in case of an overflow * test(store): message capacity limit
Waku Store protocol
The store protocol implements historical message support. See https://github.com/vacp2p/specs/blob/master/specs/waku/v2/waku-store.md for more information.