Skip to content

Commit

Permalink
Change multipathServiceType to none (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
chickdan authored Jun 10, 2024
1 parent db60901 commit 69c0781
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
#endif

configuration.requestCachePolicy = .useProtocolCachePolicy
Expand Down

0 comments on commit 69c0781

Please sign in to comment.