mirror of https://github.com/waku-org/nwaku.git
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 |
||
---|---|---|
.. | ||
README.md | ||
waku_store.nim | ||
waku_store_types.nim |
README.md
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.