We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fa5b34 commit 0ae99dbCopy full SHA for 0ae99db
Sources/AsyncHTTPClient/Configuration+BrowserLike.swift
@@ -34,7 +34,7 @@ extension HTTPClient.Configuration {
34
connectionPool: .seconds(600),
35
proxy: nil,
36
ignoreUncleanSSLShutdown: false,
37
- decompression: .enabled(limit: .ratio(10)),
+ decompression: .enabled(limit: .ratio(25)),
38
backgroundActivityLogger: nil
39
)
40
}
0 commit comments