Increased 2nd timer to make it total 5 mins loop
This commit is contained in:
parent
ca29a91e07
commit
468fd2bb32
@ -285,6 +285,6 @@ export class Stream {
|
|||||||
|
|
||||||
this.timer = setTimeout(() => {
|
this.timer = setTimeout(() => {
|
||||||
this.loop()
|
this.loop()
|
||||||
}, 290 * 1000)
|
}, 300 * 1000)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user