mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-01-31 19:36:44 +01:00
also allow large scrapes
This commit is contained in:
parent
49f0476ad8
commit
78d94dfe84
1 changed files with 1 additions and 1 deletions
|
@ -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 ->
|
||||
|
|
Loading…
Reference in a new issue