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
..
2022-03-17 17:33:17 +01:00
2021-12-06 20:51:37 +01:00
2022-03-23 15:20:07 +02:00
2022-03-24 10:47:40 -07:00
2020-11-17 17:34:53 +08:00
2022-02-17 16:00:15 +01:00
2020-11-17 17:34:53 +08:00

Waku Node v2

This folder contains code related to running a wakunode2 process. The main entrypoint is the wakunode2 file.

See ../../docs/api/v2/node.md for more details on the the Nim Node API.