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

Refactor live manager

This commit is contained in:
Chocobozzz 2021-06-16 15:14:41 +02:00
parent fd6584844b
commit 8ebf2a5d5d
No known key found for this signature in database
GPG key ID: 583A612D890159BE
23 changed files with 1255 additions and 886 deletions

View file

@ -85,6 +85,8 @@ function run () {
const files = await getFiles()
for (const file of files) {
if (file === 'peertube-audit.log') continue
console.log('Opening %s.', file)
const stream = createReadStream(file)