also allow large scrapes

This commit is contained in:
byte[] 2020-07-06 09:04:24 -04:00
parent 49f0476ad8
commit 78d94dfe84

View file

@ -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 ->