mirror of
https://github.com/Yonle/bostr.git
synced 2025-03-18 05:42:03 +01:00
defaultconf: set max_known_events default as 5000
Signed-off-by: Yonle <yonle@lecturify.net>
This commit is contained in:
parent
7e54d9a209
commit
ab98804bdd
@ -62,7 +62,7 @@ module.exports = {
|
||||
//
|
||||
// Setting as 0 will store known events to memory without limit until the subscription is closed.
|
||||
// Reduce this value if memory usage is high. But don't go too low as duplicates will be forwarded to client.
|
||||
max_known_events: 0,
|
||||
max_known_events: 5000,
|
||||
|
||||
// Wait for every connected relays send EOSE.
|
||||
// Could improve accuracy on received events.
|
||||
|
Loading…
x
Reference in New Issue
Block a user