Skip to content

Commit

Permalink
Increase decompression limit ratio 10 -> 25 (#740)
Browse files Browse the repository at this point in the history
Co-authored-by: Franz Busch <f.busch@apple.com>
Co-authored-by: Cory Benfield <lukasa@apple.com>
  • Loading branch information
3 people authored May 9, 2024
1 parent 2fa5b34 commit 0ae99db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/AsyncHTTPClient/Configuration+BrowserLike.swift
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ extension HTTPClient.Configuration {
connectionPool: .seconds(600),
proxy: nil,
ignoreUncleanSSLShutdown: false,
decompression: .enabled(limit: .ratio(10)),
decompression: .enabled(limit: .ratio(25)),
backgroundActivityLogger: nil
)
}
Expand Down

0 comments on commit 0ae99db

Please sign in to comment.