Added for next release, Time to get data is increased so as to avoid memory issues
This commit is contained in:
parent
5760ff3e96
commit
db2cb815a0
@ -252,7 +252,7 @@ export class Stream {
|
|||||||
|
|
||||||
this.timer = setTimeout(() => {
|
this.timer = setTimeout(() => {
|
||||||
this.loop()
|
this.loop()
|
||||||
}, 270 * 1000)
|
}, 290 * 1000)
|
||||||
}
|
}
|
||||||
|
|
||||||
private loop(){
|
private loop(){
|
||||||
@ -285,6 +285,6 @@ export class Stream {
|
|||||||
|
|
||||||
this.timer = setTimeout(() => {
|
this.timer = setTimeout(() => {
|
||||||
this.loop()
|
this.loop()
|
||||||
}, 270 * 1000)
|
}, 290 * 1000)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user