mirror of
https://github.com/Yonle/bostr.git
synced 2025-03-18 05:42:03 +01:00
defaultconf: change default max_eose_score
Signed-off-by: Yonle <yonle@lecturify.net>
This commit is contained in:
parent
99a076865b
commit
a163e6a879
@ -38,7 +38,7 @@ module.exports = {
|
||||
// NOTE: Please adjust this max score correctly with your configured relays.
|
||||
// If you only setted up 3 relays, Set the <max_eose_score> as 0.
|
||||
// Tip : The bigger = The more accurate EOSE, The less = EOSE sent way earlier.
|
||||
max_eose_score: 3,
|
||||
max_eose_score: 0,
|
||||
|
||||
// A whitelist of users public keys who could use this bouncer.
|
||||
// Leaving this empty will allows everyone to use this bouncer.
|
||||
|
Loading…
x
Reference in New Issue
Block a user