Added for next release, Time to get data is increased so as to avoid memory issues

This commit is contained in:
killer069 2021-08-24 17:31:18 +05:30
parent 5760ff3e96
commit db2cb815a0

View File

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