only http

This commit is contained in:
Alex S 2019-08-14 16:31:13 +03:00 committed by Ariadne Conill
parent 0c68cf4357
commit beab94d689

View File

@ -9,7 +9,8 @@ defmodule Pleroma.HTTP.Connection do
@options [
connect_timeout: 10_000,
timeout: 20_000
timeout: 20_000,
protocols: [:http]
]
@doc """