Skip to content

Commit 0ae99db

Browse files
MahdiBMFranzBuschLukasa
authored
Increase decompression limit ratio 10 -> 25 (#740)
Co-authored-by: Franz Busch <[email protected]> Co-authored-by: Cory Benfield <[email protected]>
1 parent 2fa5b34 commit 0ae99db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/AsyncHTTPClient/Configuration+BrowserLike.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ extension HTTPClient.Configuration {
3434
connectionPool: .seconds(600),
3535
proxy: nil,
3636
ignoreUncleanSSLShutdown: false,
37-
decompression: .enabled(limit: .ratio(10)),
37+
decompression: .enabled(limit: .ratio(25)),
3838
backgroundActivityLogger: nil
3939
)
4040
}

0 commit comments

Comments
 (0)