]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/check-params/config.ts
Check live duration and size
[github/Chocobozzz/PeerTube.git] / server / tests / api / check-params / config.ts
index 35cb333ef39ced2e038c25e4274eeaee6ec00330..2882ceb7c26c909f2f3bd1cb82351ff042f0a151 100644 (file)
@@ -103,6 +103,9 @@ describe('Test config API validators', function () {
     live: {
       enabled: true,
 
+      allowReplay: false,
+      maxDuration: null,
+
       transcoding: {
         enabled: true,
         threads: 4,