From db2cb815a0fffd6ca6f77f9a1ae6087592c395b3 Mon Sep 17 00:00:00 2001 From: killer069 <65385476+killer069@users.noreply.github.com> Date: Tue, 24 Aug 2021 17:31:18 +0530 Subject: [PATCH] Added for next release, Time to get data is increased so as to avoid memory issues --- play-dl/YouTube/classes/LiveStream.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/play-dl/YouTube/classes/LiveStream.ts b/play-dl/YouTube/classes/LiveStream.ts index f09671f..d3a73f5 100644 --- a/play-dl/YouTube/classes/LiveStream.ts +++ b/play-dl/YouTube/classes/LiveStream.ts @@ -252,7 +252,7 @@ export class Stream { this.timer = setTimeout(() => { this.loop() - }, 270 * 1000) + }, 290 * 1000) } private loop(){ @@ -285,6 +285,6 @@ export class Stream { this.timer = setTimeout(() => { this.loop() - }, 270 * 1000) + }, 290 * 1000) } }