From 0ae02b1edd097429c98ce76619a283e73129193c Mon Sep 17 00:00:00 2001 From: Yonle Date: Wed, 31 Jan 2024 20:58:14 +0700 Subject: [PATCH] defaultconf: pause_on_limit is not technically brutal anymore Signed-off-by: Yonle --- config.js.example | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.js.example b/config.js.example index 159710f..5824877 100644 --- a/config.js.example +++ b/config.js.example @@ -50,10 +50,10 @@ module.exports = { wait_eose: true, // Pause an subscription from receiving further events after reached to - // Could save client's bandwidth, but may miss some events. + // Could save client's bandwidth. Disable this if you need to get more events. // - // Depending on settings, It could either miss some events. - pause_on_limit: false, + // You may also need to adjust . + pause_on_limit: true, // EOSE timeout in milliseconds // Setting as 0 will disable this feature.