mirror of
https://github.com/Yonle/bostr.git
synced 2025-09-25 20:36:24 +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.
|
||||
// Setting to 0 disables orphan session function.
|
||||
|
||||
// NOTE: Unreliable.
|
||||
// PRIVACY WARNING: Enabling this may could leak some events that people were not supposed to receive (Eg. PM)
|
||||
max_orphan_sess: 0,
|
||||
max_orphan_sess: 7,
|
||||
|
||||
// Wait for every connected relays send EOSE.
|
||||
// Could improve accuracy on received events.
|
||||
|
Reference in New Issue
Block a user