Add max lives limit

This commit is contained in:
Chocobozzz
2020-10-28 15:24:40 +01:00
committed by Chocobozzz
parent d846d99c6c
commit a056ca4813
19 changed files with 147 additions and 5 deletions

View File

@@ -102,6 +102,8 @@ export interface ServerConfig {
enabled: boolean
maxDuration: number
maxInstanceLives: number
maxUserLives: number
allowReplay: boolean
transcoding: {