Change default config a bit.

This commit is contained in:
Yonle
2023-11-01 15:00:25 +07:00
parent 297516d595
commit 2f5075b4d7

View File

@@ -8,15 +8,15 @@ module.exports = {
// Bouncing mode // Bouncing mode
// 1 -> Fast. Bouncer connects to <relays> at startup. // 1 -> Fast. Bouncer connects to <relays> at startup.
// 2 -> Accurate, But every clients will connects to numbers of <relays> // 2 -> Accurate. Every clients has their own sessions.
mode: 1, mode: 1,
// Clusters. // Clusters.
clusters: 1, clusters: 1,
// Whenever store temporary data in memory (RAM) or in a disk // Whenever store temporary data in memory (RAM) or in a disk
// Options: disk, ram // Options: disk, memory
tmp_store: "disk", tmp_store: "memory",
// Server information. // Server information.
// Only for when nostr client requesting server information. // Only for when nostr client requesting server information.