diff --git a/v1/helpers.go b/v1/helpers.go index fc1ba4a..d60cac2 100644 --- a/v1/helpers.go +++ b/v1/helpers.go @@ -8,7 +8,7 @@ import ( ) const MB = 1 << 20 -const LimitResponse = 3 * MB +const LimitResponse = 25 * MB func buildLimitedRawResponse(resp *http.Response) ([]byte, error) { defer resp.Body.Close()