thumbnail bench

This commit is contained in:
mertalev
2026-04-08 17:42:59 -04:00
parent 2b0f6c9202
commit edbae35ea0
5 changed files with 246 additions and 6 deletions
@@ -146,7 +146,7 @@ class URLSessionManager: NSObject {
private static func buildSession(delegate: URLSessionManagerDelegate) -> URLSession {
let config = URLSessionConfiguration.default
config.urlCache = urlCache
// config.urlCache = urlCache
config.httpCookieStorage = cookieStorage
config.httpMaximumConnectionsPerHost = 64
config.timeoutIntervalForRequest = 60