From 80d87626fda0a721b5b25d1094ece232f940b8a0 Mon Sep 17 00:00:00 2001 From: Yonle Date: Wed, 3 Jan 2024 17:24:53 +0700 Subject: [PATCH] defaultconf: enable orphan session by default Signed-off-by: Yonle --- config.js.example | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/config.js.example b/config.js.example index 1e42b53..77f16cb 100644 --- a/config.js.example +++ b/config.js.example @@ -18,10 +18,7 @@ module.exports = { // Maximum amount of orphan sessions. // Setting to 0 disables orphan session function. - - // NOTE: Unreliable. - // PRIVACY WARNING: Enabling this may could leak some events that people were not supposed to receive (Eg. PM) - max_orphan_sess: 0, + max_orphan_sess: 7, // Wait for every connected relays send EOSE. // Could improve accuracy on received events.