nwaku/waku/v2/protocol/waku_store
Daniel Kaiser d0cf3ed1f9
fix(store): capacity limit for persistent message store (#900)
* 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
2022-03-28 20:27:14 +02:00
..
README.md Refactor types store (#291) 2020-11-24 12:34:32 +08:00
waku_store.nim fix(store): capacity limit for persistent message store (#900) 2022-03-28 20:27:14 +02:00
waku_store_types.nim fix(store): capacity limit for persistent message store (#900) 2022-03-28 20:27:14 +02:00

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.