mirror of https://github.com/Chocobozzz/PeerTube
Add unlimited max live duration by default
parent
38267c0c8a
commit
2539011cfc
|
@ -248,7 +248,7 @@ live:
|
||||||
|
|
||||||
# Limit lives duration
|
# Limit lives duration
|
||||||
# Set null to disable duration limit
|
# 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
|
# Limit max number of live videos created on your instance
|
||||||
# -1 == unlimited
|
# -1 == unlimited
|
||||||
|
|
|
@ -262,7 +262,7 @@ live:
|
||||||
|
|
||||||
# Limit lives duration
|
# Limit lives duration
|
||||||
# Set null to disable duration limit
|
# 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
|
# Limit max number of live videos created on your instance
|
||||||
# -1 == unlimited
|
# -1 == unlimited
|
||||||
|
|
Loading…
Reference in New Issue