mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-06 03:50:26 +02:00
Add max lives limit
This commit is contained in:
parent
d846d99c6c
commit
a056ca4813
19 changed files with 147 additions and 5 deletions
|
@ -130,6 +130,8 @@ function updateCustomSubConfig (url: string, token: string, newConfig: DeepParti
|
|||
enabled: true,
|
||||
allowReplay: false,
|
||||
maxDuration: null,
|
||||
maxInstanceLives: -1,
|
||||
maxUserLives: 50,
|
||||
transcoding: {
|
||||
enabled: true,
|
||||
threads: 4,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue