From 2f5075b4d74e147e5c476db764f76b784024df65 Mon Sep 17 00:00:00 2001 From: Yonle Date: Wed, 1 Nov 2023 15:00:25 +0700 Subject: [PATCH] Change default config a bit. --- config.js.example | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.js.example b/config.js.example index 7e69d56..69f7298 100644 --- a/config.js.example +++ b/config.js.example @@ -8,15 +8,15 @@ module.exports = { // Bouncing mode // 1 -> Fast. Bouncer connects to at startup. - // 2 -> Accurate, But every clients will connects to numbers of + // 2 -> Accurate. Every clients has their own sessions. mode: 1, // Clusters. clusters: 1, // Whenever store temporary data in memory (RAM) or in a disk - // Options: disk, ram - tmp_store: "disk", + // Options: disk, memory + tmp_store: "memory", // Server information. // Only for when nostr client requesting server information.