mirror of
https://github.com/YuzuZensai/play-dl-test.git
synced 2026-01-31 14:58:05 +00:00
Added for next release, Time to get data is increased so as to avoid memory issues
This commit is contained in:
@@ -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)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user