Skip to content

Commit

Permalink
Change multipathServiceType to none
Browse files Browse the repository at this point in the history
  • Loading branch information
chickdan committed Jun 10, 2024
1 parent db60901 commit 79b7234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/TMDb/TMDbFactory.swift
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ extension TMDbFactory {
private static func urlSessionConfiguration() -> URLSessionConfiguration {
let configuration = URLSessionConfiguration.default
#if os(iOS)
configuration.multipathServiceType = .handover
configuration.multipathServiceType = .none

Check warning on line 73 in Sources/TMDb/TMDbFactory.swift

View check run for this annotation

Codecov / codecov/patch

Sources/TMDb/TMDbFactory.swift#L73

Added line #L73 was not covered by tests
#endif

configuration.requestCachePolicy = .useProtocolCachePolicy
Expand Down

0 comments on commit 79b7234

Please sign in to comment.