diff options
author | Chocobozzz <me@florianbigard.com> | 2021-06-17 17:25:19 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-06-17 17:25:19 +0200 |
commit | 33eb19e5199cc9fa4d73c6675c97508e3e072ef9 (patch) | |
tree | efa77f3c30fd607ce860f926a8fec7cc0df74be5 /server/lib | |
parent | e466544fb942992bbf9c455ad2168dc1b9111d97 (diff) | |
download | PeerTube-33eb19e5199cc9fa4d73c6675c97508e3e072ef9.tar.gz PeerTube-33eb19e5199cc9fa4d73c6675c97508e3e072ef9.tar.zst PeerTube-33eb19e5199cc9fa4d73c6675c97508e3e072ef9.zip |
It's not the week-end yet
Diffstat (limited to 'server/lib')
-rw-r--r-- | server/lib/live/shared/muxing-session.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/server/lib/live/shared/muxing-session.ts b/server/lib/live/shared/muxing-session.ts index eb2007b29..26467f060 100644 --- a/server/lib/live/shared/muxing-session.ts +++ b/server/lib/live/shared/muxing-session.ts | |||
@@ -102,8 +102,6 @@ class MuxingSession extends EventEmitter { | |||
102 | this.saveReplay = this.videoLive.saveReplay | 102 | this.saveReplay = this.videoLive.saveReplay |
103 | 103 | ||
104 | this.lTags = loggerTagsFactory('live', this.sessionId, this.videoUUID) | 104 | this.lTags = loggerTagsFactory('live', this.sessionId, this.videoUUID) |
105 | |||
106 | this.toto = Buffer.alloc(1_000_000_000) | ||
107 | } | 105 | } |
108 | 106 | ||
109 | async runMuxing () { | 107 | async runMuxing () { |