Increased 2nd timer to make it total 5 mins loop

This commit is contained in:
killer069 2021-08-26 00:08:07 +05:30
parent ca29a91e07
commit 468fd2bb32

View File

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