1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-06 03:50:26 +02:00

Make the network auto sufficient (eject bad pods with scores)

This commit is contained in:
Chocobozzz 2015-11-24 08:33:59 +01:00
parent 2e3b5b0db6
commit 3bcb78b3af
14 changed files with 310 additions and 49 deletions

View file

@ -74,8 +74,8 @@
}
module.exports = {
flushTests: flushTests,
runMultipleServers: runMultipleServers,
runServer: runServer,
flushTests: flushTests
runServer: runServer
}
})()