Reduce views tests load

pull/6026/head
Chocobozzz 2023-10-18 15:53:17 +02:00
parent 830907ec93
commit 0397b31efe
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 2 additions and 11 deletions

View File

@ -35,17 +35,8 @@ async function prepareViewsServers () {
await setAccessTokensToServers(servers)
await setDefaultVideoChannel(servers)
await servers[0].config.updateCustomSubConfig({
newConfig: {
live: {
enabled: true,
allowReplay: true,
transcoding: {
enabled: false
}
}
}
})
await servers[0].config.enableMinimumTranscoding()
await servers[0].config.enableLive({ allowReplay: true, transcoding: false })
await doubleFollow(servers[0], servers[1])