From 229ae677b263fcf6f4e5c0af75095eebfc2ac294 Mon Sep 17 00:00:00 2001 From: Yonle Date: Sun, 12 Nov 2023 16:54:39 +0700 Subject: [PATCH] Override supported_nips in default, and change default clusters number Signed-off-by: Yonle --- config.js.example | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/config.js.example b/config.js.example index e674b14..8b41b9a 100644 --- a/config.js.example +++ b/config.js.example @@ -12,7 +12,7 @@ module.exports = { mode: 2, // Clusters. - clusters: 1, + clusters: 4, // Whenever store temporary data in memory (RAM) or in a disk // Options: disk, memory @@ -28,7 +28,10 @@ module.exports = { "description": "Nostr Bouncer Server", "name": "Bostr", "software": "git+https://github.com/Yonle/bostr", - "supported_nips": [1], + + // Some nostr client may read the following for compatibility check. + // You may change the supported_nips when needed. + "supported_nips": [1,9,11,12,15,16,20,22,26,28,33,40], "version": "1.0.0" },