only http
This commit is contained in:
parent
0c68cf4357
commit
beab94d689
@ -9,7 +9,8 @@ defmodule Pleroma.HTTP.Connection do
|
||||
|
||||
@options [
|
||||
connect_timeout: 10_000,
|
||||
timeout: 20_000
|
||||
timeout: 20_000,
|
||||
protocols: [:http]
|
||||
]
|
||||
|
||||
@doc """
|
||||
|
Loading…
Reference in New Issue
Block a user