From 78d94dfe84511d59f02e6c38b08d6441e3ae61d0 Mon Sep 17 00:00:00 2001 From: "byte[]" Date: Mon, 6 Jul 2020 09:04:24 -0400 Subject: [PATCH] also allow large scrapes --- lib/philomena/http.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/philomena/http.ex b/lib/philomena/http.ex index 81930b70..77a57c41 100644 --- a/lib/philomena/http.ex +++ b/lib/philomena/http.ex @@ -8,7 +8,7 @@ defmodule Philomena.Http do end defp adapter_opts(opts) do - opts = Keyword.merge(opts, max_body: 30_000_000) + opts = Keyword.merge(opts, max_body: 100_000_000) case Application.get_env(:philomena, :proxy_host) do nil ->