mirror of
https://github.com/waku-org/nwaku.git
synced 2025-02-16 00:47:24 +00:00
* 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.