From b6f490ab4ac1f871eb5876de55209326864eb456 Mon Sep 17 00:00:00 2001 From: Yonle Date: Sun, 12 May 2024 11:59:52 +0700 Subject: [PATCH] defaultconf comment: another explanation for max_known_events Signed-off-by: Yonle --- config.js.example | 1 + 1 file changed, 1 insertion(+) diff --git a/config.js.example b/config.js.example index d406e65..c22a7fa 100644 --- a/config.js.example +++ b/config.js.example @@ -58,6 +58,7 @@ module.exports = { // Maximum Known Events // Used for knowing what events has been forwarded to client in order to prevent duplicates to be forwarded. + // This is only storing event IDs into memory (RAM), not an entire event blob. // // Setting as 0 will store known events to memory without limit until the subscription is closed. // Reduce this value if memory usage is high. But don't go too low as duplicates will be forwarded to client.