Remove default pool, it's used automatically anyway.

This commit is contained in:
lain 2019-01-01 13:49:24 +01:00
commit d4799e0dc2
3 changed files with 1 additions and 4 deletions

View file

@ -741,8 +741,7 @@ defmodule Pleroma.Web.ActivityPub.ActivityPub do
{"Content-Type", "application/activity+json"},
{"signature", signature},
{"digest", digest}
],
hackney: [pool: :default]
]
)
end