Add unlimited max live duration by default

pull/3432/head
Chocobozzz 2020-12-08 10:11:21 +01:00
parent 38267c0c8a
commit 2539011cfc
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 2 additions and 2 deletions

View File

@ -248,7 +248,7 @@ live:
# Limit lives duration
# Set null to disable duration limit
max_duration: 5 hours
max_duration: null # For example: '5 hours'
# Limit max number of live videos created on your instance
# -1 == unlimited

View File

@ -262,7 +262,7 @@ live:
# Limit lives duration
# Set null to disable duration limit
max_duration: 5 hours
max_duration: null # For example: '5 hours'
# Limit max number of live videos created on your instance
# -1 == unlimited