mirror of
https://github.com/Yonle/bostr.git
synced 2025-10-04 18:02:29 +02:00
defaultconf: enable orphan session by default
Signed-off-by: Yonle <yonle@lecturify.net>
This commit is contained in:
@@ -18,10 +18,7 @@ module.exports = {
|
|||||||
|
|
||||||
// Maximum amount of orphan sessions.
|
// Maximum amount of orphan sessions.
|
||||||
// Setting to 0 disables orphan session function.
|
// Setting to 0 disables orphan session function.
|
||||||
|
max_orphan_sess: 7,
|
||||||
// NOTE: Unreliable.
|
|
||||||
// PRIVACY WARNING: Enabling this may could leak some events that people were not supposed to receive (Eg. PM)
|
|
||||||
max_orphan_sess: 0,
|
|
||||||
|
|
||||||
// Wait for every connected relays send EOSE.
|
// Wait for every connected relays send EOSE.
|
||||||
// Could improve accuracy on received events.
|
// Could improve accuracy on received events.
|
||||||
|
Reference in New Issue
Block a user