From c9bc850e93295661e743255b8623ac8e2a95c391 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 15 Dec 2020 09:23:28 +0100 Subject: Use -1 for max live duration unlimited --- shared/extra-utils/server/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shared/extra-utils/server/config.ts') diff --git a/shared/extra-utils/server/config.ts b/shared/extra-utils/server/config.ts index 3b6afe9ff..8702659c4 100644 --- a/shared/extra-utils/server/config.ts +++ b/shared/extra-utils/server/config.ts @@ -129,7 +129,7 @@ function updateCustomSubConfig (url: string, token: string, newConfig: DeepParti live: { enabled: true, allowReplay: false, - maxDuration: null, + maxDuration: -1, maxInstanceLives: -1, maxUserLives: 50, transcoding: { -- cgit v1.2.3