http: rework connection timeouts to match hackney docs, enforce 1 second max TCP connection timeout

This commit is contained in:
William Pitcock 2019-03-07 23:49:02 +00:00
commit 19afd9f81f
4 changed files with 2 additions and 5 deletions

View file

@ -1452,7 +1452,6 @@ defmodule Pleroma.Web.MastodonAPI.MastodonAPIController do
url,
[],
adapter: [
timeout: timeout,
recv_timeout: timeout,
pool: :default
]