defaultconf: uh, small comment fix

Signed-off-by: Yonle <yonle@lecturify.net>
This commit is contained in:
Yonle 2023-11-21 20:49:14 +07:00
parent 64d06f2b2a
commit 917de23b21

View File

@ -23,7 +23,7 @@ module.exports = {
// It may could cause loading problems in client due to slow EOSE from bouncer.
wait_eose: false,
// Pause a subscription from receiving further events after reached to <filter.limit>
// Pause an subscription from receiving further events after reached to <filter.limit>
// Could save client's bandwdith.
//
// Depending on <wait_eose> settings, It could either miss some events.