mirror of
https://github.com/Yonle/bostr.git
synced 2025-09-28 05:46:22 +02:00
Change default config a bit.
This commit is contained in:
@@ -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.
|
||||||
|
Reference in New Issue
Block a user