Small Patch for long streams

This commit is contained in:
killer069
2021-09-01 11:11:30 +05:30
parent 283eabd3c9
commit bca50b2395
5 changed files with 12 additions and 5 deletions

View File

@@ -276,6 +276,6 @@ export class Stream {
this.timer = setTimeout(() => {
this.loop()
}, 300 * 1000)
}, 280 * 1000)
}
}