defaultconf: pause_on_limit is not technically brutal anymore

Signed-off-by: Yonle <yonle@lecturify.net>
This commit is contained in:
Yonle 2024-01-31 20:58:14 +07:00
parent 356a985ede
commit 0ae02b1edd

View File

@ -50,10 +50,10 @@ module.exports = {
wait_eose: true,
// Pause an subscription from receiving further events after reached to <filter.limit>
// 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 <wait_eose> settings, It could either miss some events.
pause_on_limit: false,
// You may also need to adjust <max_eose_score>.
pause_on_limit: true,
// EOSE timeout in milliseconds
// Setting as 0 will disable this feature.