mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
More robust max bitrate calculation
This commit is contained in:
@@ -546,7 +546,10 @@ async function prepareNotificationsTest (serversCount = 3) {
|
||||
const servers = await flushAndRunMultipleServers(serversCount, overrideConfig)
|
||||
|
||||
await setAccessTokensToServers(servers)
|
||||
await doubleFollow(servers[0], servers[1])
|
||||
|
||||
if (serversCount > 1) {
|
||||
await doubleFollow(servers[0], servers[1])
|
||||
}
|
||||
|
||||
const user = {
|
||||
username: 'user_1',
|
||||
|
||||
Reference in New Issue
Block a user