mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 17:59:37 +02:00
Add max lives limit
This commit is contained in:
parent
d846d99c6c
commit
a056ca4813
19 changed files with 147 additions and 5 deletions
|
@ -99,7 +99,10 @@ export interface CustomConfig {
|
|||
enabled: boolean
|
||||
|
||||
allowReplay: boolean
|
||||
|
||||
maxDuration: number
|
||||
maxInstanceLives: number
|
||||
maxUserLives: number
|
||||
|
||||
transcoding: {
|
||||
enabled: boolean
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue