mirror of
https://github.com/YuzuZensai/play-dl-test.git
synced 2026-01-06 04:32:40 +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.loop()
|
||||
}, 270 * 1000)
|
||||
}, 290 * 1000)
|
||||
}
|
||||
|
||||
private loop(){
|
||||
@@ -285,6 +285,6 @@ export class Stream {
|
||||
|
||||
this.timer = setTimeout(() => {
|
||||
this.loop()
|
||||
}, 270 * 1000)
|
||||
}, 290 * 1000)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user