forked from AkkomaGang/akkoma
Merge branch 'feature/hackney-303-redirect' into 'develop'
Handle 303 redirects Closes #1127 See merge request pleroma/pleroma!1497
This commit is contained in:
commit
f78390ffdf
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ defmodule Pleroma.HTTP.Connection do
|
|||
connect_timeout: 10_000,
|
||||
recv_timeout: 20_000,
|
||||
follow_redirect: true,
|
||||
force_redirect: true,
|
||||
pool: :federation
|
||||
]
|
||||
@adapter Application.get_env(:tesla, :adapter)
|
||||
|
|
Loading…
Reference in a new issue