mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-02 13:53:12 +00:00
* update local peer discovery, make it configurable for cache * move to separate file * up tests, remove local storage from tests * pass local peer cache options * add e2e tests * add aditional e2e tests for local cache * rename local-peer-cache into peer-cache * update tests, ci * prevent filterign ws addresses
5 lines
150 B
TypeScript
5 lines
150 B
TypeScript
import { Tags } from "@waku/interfaces";
|
|
|
|
export const DEFAULT_PEER_CACHE_TAG_NAME = Tags.PEER_CACHE;
|
|
export const DEFAULT_PEER_CACHE_TAG_VALUE = 50;
|