mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-02-07 23:06:42 +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
|
end
|
||||||
|
|
||||||
defp adapter_opts(opts) do
|
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
|
case Application.get_env(:philomena, :proxy_host) do
|
||||||
nil ->
|
nil ->
|
||||||
|
|
Loading…
Reference in a new issue