Reduce views tests load

This commit is contained in:
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 setAccessTokensToServers(servers)
await setDefaultVideoChannel(servers) await setDefaultVideoChannel(servers)
await servers[0].config.updateCustomSubConfig({ await servers[0].config.enableMinimumTranscoding()
newConfig: { await servers[0].config.enableLive({ allowReplay: true, transcoding: false })
live: {
enabled: true,
allowReplay: true,
transcoding: {
enabled: false
}
}
}
})
await doubleFollow(servers[0], servers[1]) await doubleFollow(servers[0], servers[1])