Skip to content

Commit

Permalink
Cleanup from my prior changes (#187)
Browse files Browse the repository at this point in the history
Remove unnecessary url session configuration value due to being default
  • Loading branch information
chickdan authored Jul 11, 2024
1 parent c8158b1 commit 868a1ad
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Sources/TMDb/TMDbFactory.swift
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,6 @@ extension TMDbFactory {

private static func urlSessionConfiguration() -> URLSessionConfiguration {
let configuration = URLSessionConfiguration.default
#if os(iOS)
configuration.multipathServiceType = .none
#endif

configuration.requestCachePolicy = .useProtocolCachePolicy
configuration.timeoutIntervalForRequest = 30

Expand Down

0 comments on commit 868a1ad

Please sign in to comment.