Small Patch for Normal streams

This commit is contained in:
killer069
2021-08-28 23:57:24 +05:30
parent aabe7940fa
commit 1334e312d0
3 changed files with 4 additions and 4 deletions

View File

@@ -202,7 +202,7 @@ export class Stream {
this.timer = setTimeout(() => {
this.loop()
}, 290 * 1000)
}, 280 * 1000)
}
private loop(){