]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
It's not the week-end yet
authorChocobozzz <me@florianbigard.com>
Thu, 17 Jun 2021 15:25:19 +0000 (17:25 +0200)
committerChocobozzz <me@florianbigard.com>
Thu, 17 Jun 2021 15:25:19 +0000 (17:25 +0200)
server/lib/live/shared/muxing-session.ts

index eb2007b298db17d14a88e998a766947d978510f0..26467f0605face174f6fad83a8fdff8f829110ff 100644 (file)
@@ -102,8 +102,6 @@ class MuxingSession extends EventEmitter {
     this.saveReplay = this.videoLive.saveReplay
 
     this.lTags = loggerTagsFactory('live', this.sessionId, this.videoUUID)
-
-    this.toto = Buffer.alloc(1_000_000_000)
   }
 
   async runMuxing () {