]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/check-params/config.ts
Add transcoding module comments
[github/Chocobozzz/PeerTube.git] / server / tests / api / check-params / config.ts
index 35cb333ef39ced2e038c25e4274eeaee6ec00330..42ac5e1f9d6778b6098396da78973973ab5b8181 100644 (file)
@@ -103,6 +103,11 @@ describe('Test config API validators', function () {
     live: {
       enabled: true,
 
+      allowReplay: false,
+      maxDuration: null,
+      maxInstanceLives: -1,
+      maxUserLives: 50,
+
       transcoding: {
         enabled: true,
         threads: 4,