diff options
author | Chocobozzz <me@florianbigard.com> | 2022-03-11 11:11:00 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-03-11 11:11:00 +0100 |
commit | 4495806f2f5045a0626ab64f43b5fc4deefe2ac0 (patch) | |
tree | e83b61b8da313fe1add571b9dd73261828c38cf9 /server/tests/api/check-params/config.ts | |
parent | 052bdb7c120b2ac7a1616a8072f9eedd2ab2f4b6 (diff) | |
parent | 58ae266bada2233945c4446220c22ccc4e7c62b5 (diff) | |
download | PeerTube-4495806f2f5045a0626ab64f43b5fc4deefe2ac0.tar.gz PeerTube-4495806f2f5045a0626ab64f43b5fc4deefe2ac0.tar.zst PeerTube-4495806f2f5045a0626ab64f43b5fc4deefe2ac0.zip |
Merge remote-tracking branch 'weblate/develop' into develop
Diffstat (limited to 'server/tests/api/check-params/config.ts')
-rw-r--r-- | server/tests/api/check-params/config.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/server/tests/api/check-params/config.ts b/server/tests/api/check-params/config.ts index ce067a892..900f642c2 100644 --- a/server/tests/api/check-params/config.ts +++ b/server/tests/api/check-params/config.ts | |||
@@ -125,6 +125,9 @@ describe('Test config API validators', function () { | |||
125 | enabled: true, | 125 | enabled: true, |
126 | 126 | ||
127 | allowReplay: false, | 127 | allowReplay: false, |
128 | latencySetting: { | ||
129 | enabled: false | ||
130 | }, | ||
128 | maxDuration: 30, | 131 | maxDuration: 30, |
129 | maxInstanceLives: -1, | 132 | maxInstanceLives: -1, |
130 | maxUserLives: 50, | 133 | maxUserLives: 50, |