mirror of
https://github.com/Yonle/bostr.git
synced 2025-03-18 05:42:03 +01:00
defaultconf comment: another explanation for max_known_events
Signed-off-by: Yonle <yonle@lecturify.net>
This commit is contained in:
parent
9cba4108ba
commit
b6f490ab4a
@ -58,6 +58,7 @@ module.exports = {
|
||||
|
||||
// Maximum Known Events
|
||||
// Used for knowing what events has been forwarded to client in order to prevent duplicates to be forwarded.
|
||||
// This is only storing event IDs into memory (RAM), not an entire event blob.
|
||||
//
|
||||
// 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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user