Skip to content

Commit ebdeffb

Browse files
author
Ruben Nine
committed
Setting networkServiceType to .responsiveData in UploadService to prioritize upload requests.
1 parent 2aac03a commit ebdeffb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/FilestackSDK/Internal/Services/UploadService.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ extension UploadService {
129129

130130
request.httpMethod = method
131131
request.allHTTPHeaderFields = headers
132+
request.networkServiceType = .responsiveData
132133

133134
let task: URLSessionUploadTask
134135

0 commit comments

Comments
 (0)