From 2dc438278848abea48396770c3f6ca28d29f6bec Mon Sep 17 00:00:00 2001 From: Yonle Date: Mon, 19 Feb 2024 19:58:28 +0700 Subject: [PATCH] remove orphan session as there seems no efficient way to implement it. Signed-off-by: Yonle --- config.js.example | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config.js.example b/config.js.example index eff46d9..cb0d128 100644 --- a/config.js.example +++ b/config.js.example @@ -37,10 +37,6 @@ module.exports = { // Setting as -1 will disable max subscription limit. max_client_subs: -1, - // Maximum amount of orphan sessions. - // Setting to 0 disables orphan session function. - max_orphan_sess: 7, - // Wait for every connected relays send EOSE. // Could improve accuracy on received events. //