From 98626bc14bba0e7423ff413ada1caeedcfb876ed Mon Sep 17 00:00:00 2001 From: Yonle Date: Sat, 3 Feb 2024 12:38:38 +0700 Subject: [PATCH] defaultconf: disable pause_on_limit. Signed-off-by: Yonle --- config.js.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js.example b/config.js.example index 5824877..4a843bc 100644 --- a/config.js.example +++ b/config.js.example @@ -53,7 +53,7 @@ module.exports = { // Could save client's bandwidth. Disable this if you need to get more events. // // You may also need to adjust . - pause_on_limit: true, + pause_on_limit: false, // EOSE timeout in milliseconds // Setting as 0 will disable this feature.