mirror of
https://github.com/cranci1/Sora.git
synced 2026-03-11 17:45:37 +00:00
ops
This commit is contained in:
parent
a8cd13782c
commit
edc11d033e
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ extension JSController {
|
|||
}
|
||||
|
||||
// Use a background session so downloads continue if app is backgrounded or view is dismissed
|
||||
let sessionIdentifier = "mp4-background-(downloadID.uuidString)"
|
||||
let sessionIdentifier = "mp4-background-(downloadID.uuidString)"
|
||||
let sessionConfig = URLSessionConfiguration.background(withIdentifier: sessionIdentifier)
|
||||
sessionConfig.timeoutIntervalForRequest = 60.0
|
||||
sessionConfig.timeoutIntervalForResource = 1800.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue