Expand "to" of delete activities
[akkoma] / lib / pleroma / http / connection.ex
index 699d80cd7a7d24f8f3782f2d81742276fc4eb4ac..b798eaa5ac63e54dc079b9ed20732f85d0a9600e 100644 (file)
@@ -10,7 +10,8 @@ defmodule Pleroma.HTTP.Connection do
   @hackney_options [
     timeout: 10000,
     recv_timeout: 20000,
-    follow_redirect: true
+    follow_redirect: true,
+    pool: :federation
   ]
   @adapter Application.get_env(:tesla, :adapter)