Skip to content

Commit

Permalink
[feat]: Increase priority
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkodes committed Jan 25, 2024
1 parent 6d8ab0c commit 6501bad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ private extension EndpointRequestStorageProcessor {
endpointRequest: EndpointRequest,
urlRequest: URLRequest
) {
Task.detached(priority: .background) { [weak self] in
Task.detached(priority: .utility) { [weak self] in
guard let self else {
return
}
Expand Down

0 comments on commit 6501bad

Please sign in to comment.