Merge branch '394_user_tags' into 'develop'
[akkoma] / lib / pleroma / web / websub / websub.ex
index 0761b54756b8e09e074da23899fff8ecde015297..8cb07006f81b9b5d6352d06348a93cabca52b7d4 100644 (file)
@@ -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)