Ensure Gun is Gone
[akkoma] / lib / pleroma / web / activity_pub / mrf / media_proxy_warming_policy.ex
index 72455afd0a5f518267616a6da965adf42308ee6a..e5449b576bb7be63373f4e78dd2a1771e7e14f5e 100644 (file)
@@ -12,7 +12,7 @@ defmodule Pleroma.Web.ActivityPub.MRF.MediaProxyWarmingPolicy do
   require Logger
 
   @adapter_options [
-    recv_timeout: 10_000
+    receive_timeout: 10_000
   ]
 
   @impl true