]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/core/server/server.service.ts
Add max lives limit
[github/Chocobozzz/PeerTube.git] / client / src / app / core / server / server.service.ts
index c19c3c12e037fa4ddd68b66ad9e652490841331c..1abf87118fdeaa2a827cb6212e1f1fdad8685fba 100644 (file)
@@ -78,6 +78,8 @@ export class ServerService {
       enabled: false,
       allowReplay: true,
       maxDuration: null,
+      maxInstanceLives: -1,
+      maxUserLives: -1,
       transcoding: {
         enabled: false,
         enabledResolutions: []