Add unlimited max live duration by default
This commit is contained in:
parent
38267c0c8a
commit
2539011cfc
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue