defaultconf: disable pause_on_limit.

Signed-off-by: Yonle <yonle@lecturify.net>
This commit is contained in:
Yonle 2024-02-03 12:38:38 +07:00
parent 0ae02b1edd
commit 98626bc14b

View File

@ -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 <max_eose_score>.
pause_on_limit: true,
pause_on_limit: false,
// EOSE timeout in milliseconds
// Setting as 0 will disable this feature.