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 --- config/default.yaml | 4 ++-- config/production.yaml.example | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'config') diff --git a/config/default.yaml b/config/default.yaml index 88821fe3c..9d428f764 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -247,8 +247,8 @@ live: enabled: false # Limit lives duration - # Set null to disable duration limit - max_duration: null # For example: '5 hours' + # -1 == unlimited + max_duration: -1 # For example: '5 hours' # Limit max number of live videos created on your instance # -1 == unlimited diff --git a/config/production.yaml.example b/config/production.yaml.example index b71a494f9..bcf727d82 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example @@ -262,7 +262,7 @@ live: # Limit lives duration # Set null to disable duration limit - max_duration: null # For example: '5 hours' + max_duration: -1 # For example: '5 hours' # Limit max number of live videos created on your instance # -1 == unlimited -- cgit v1.2.3