remove pool and timeout options which duplicate with the default
This commit is contained in:
parent
505d820827
commit
27792b2d77
5 changed files with 9 additions and 22 deletions
|
|
@ -162,12 +162,7 @@ defmodule Pleroma.Web.Salmon do
|
|||
poster.(
|
||||
salmon,
|
||||
feed,
|
||||
[{"Content-Type", "application/magic-envelope+xml"}],
|
||||
adapter: [
|
||||
timeout: 10000,
|
||||
recv_timeout: 20000,
|
||||
pool: :default
|
||||
]
|
||||
[{"Content-Type", "application/magic-envelope+xml"}]
|
||||
) do
|
||||
Logger.debug(fn -> "Pushed to #{salmon}, code #{code}" end)
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue