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
|
|
@ -264,11 +264,6 @@ defmodule Pleroma.Web.Websub do
|
|||
[
|
||||
{"Content-Type", "application/atom+xml"},
|
||||
{"X-Hub-Signature", "sha1=#{signature}"}
|
||||
],
|
||||
adapter: [
|
||||
timeout: 10000,
|
||||
recv_timeout: 20000,
|
||||
pool: :default
|
||||
]
|
||||
) do
|
||||
Logger.info(fn -> "Pushed to #{callback}, code #{code}" end)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue