diff options
author | Chocobozzz <me@florianbigard.com> | 2020-10-28 15:24:40 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-11-09 15:33:04 +0100 |
commit | a056ca4813c82f490dcd31ac97a64d6bf76d3dcc (patch) | |
tree | 11a0638cb92eee94f404e294f54632212836a4a6 /config/default.yaml | |
parent | d846d99c6c81028bb7bd3cb20abd433cbf396a22 (diff) | |
download | PeerTube-a056ca4813c82f490dcd31ac97a64d6bf76d3dcc.tar.gz PeerTube-a056ca4813c82f490dcd31ac97a64d6bf76d3dcc.tar.zst PeerTube-a056ca4813c82f490dcd31ac97a64d6bf76d3dcc.zip |
Add max lives limit
Diffstat (limited to 'config/default.yaml')
-rw-r--r-- | config/default.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml index d0937bfc8..af16f081f 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -250,6 +250,14 @@ live: | |||
250 | # Set null to disable duration limit | 250 | # Set null to disable duration limit |
251 | max_duration: 5 hours | 251 | max_duration: 5 hours |
252 | 252 | ||
253 | # Limit max number of live videos created on your instance | ||
254 | # -1 == unlimited | ||
255 | max_instance_lives: 20 | ||
256 | |||
257 | # Limit max number of live videos created by a user on your instance | ||
258 | # -1 == unlimited | ||
259 | max_user_lives: 3 | ||
260 | |||
253 | # Allow your users to save a replay of their live | 261 | # Allow your users to save a replay of their live |
254 | # PeerTube will transcode segments in a video file | 262 | # PeerTube will transcode segments in a video file |
255 | # If the user daily/total quota is reached, PeerTube will stop the live | 263 | # If the user daily/total quota is reached, PeerTube will stop the live |