mirror of
https://github.com/Yonle/bostr.git
synced 2025-09-26 12:56:25 +02:00
Change default config a bit.
This commit is contained in:
@@ -8,15 +8,15 @@ module.exports = {
|
||||
|
||||
// Bouncing mode
|
||||
// 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,
|
||||
|
||||
// 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.
|
||||
|
Reference in New Issue
Block a user