diff options
author | Chocobozzz <me@florianbigard.com> | 2020-12-08 10:11:21 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-12-08 10:38:37 +0100 |
commit | 2539011cfcab2af021d837ab296a23ee990b3787 (patch) | |
tree | 56f942b63cc306cdc4916a386a24de2ee2565c38 /config | |
parent | 38267c0c8aa80f974a2c0b4c2bd33c8d8008ac94 (diff) | |
download | PeerTube-2539011cfcab2af021d837ab296a23ee990b3787.tar.gz PeerTube-2539011cfcab2af021d837ab296a23ee990b3787.tar.zst PeerTube-2539011cfcab2af021d837ab296a23ee990b3787.zip |
Add unlimited max live duration by default
Diffstat (limited to 'config')
-rw-r--r-- | config/default.yaml | 2 | ||||
-rw-r--r-- | config/production.yaml.example | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/default.yaml b/config/default.yaml index dbbcc6684..88821fe3c 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -248,7 +248,7 @@ live: | |||
248 | 248 | ||
249 | # Limit lives duration | 249 | # Limit lives duration |
250 | # Set null to disable duration limit | 250 | # Set null to disable duration limit |
251 | max_duration: 5 hours | 251 | max_duration: null # For example: '5 hours' |
252 | 252 | ||
253 | # Limit max number of live videos created on your instance | 253 | # Limit max number of live videos created on your instance |
254 | # -1 == unlimited | 254 | # -1 == unlimited |
diff --git a/config/production.yaml.example b/config/production.yaml.example index b515da979..b71a494f9 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -262,7 +262,7 @@ live: | |||
262 | 262 | ||
263 | # Limit lives duration | 263 | # Limit lives duration |
264 | # Set null to disable duration limit | 264 | # Set null to disable duration limit |
265 | max_duration: 5 hours | 265 | max_duration: null # For example: '5 hours' |
266 | 266 | ||
267 | # Limit max number of live videos created on your instance | 267 | # Limit max number of live videos created on your instance |
268 | # -1 == unlimited | 268 | # -1 == unlimited |