diff --git a/app/Console/Commands/UserAccountDelete.php b/app/Console/Commands/UserAccountDelete.php index ef310fab8..0062a3006 100644 --- a/app/Console/Commands/UserAccountDelete.php +++ b/app/Console/Commands/UserAccountDelete.php @@ -301,12 +301,6 @@ class UserAccountDelete extends Command 'User-Agent' => 'Pixelfed ('.config('app.url').')', 'Accept' => 'application/activity+json, application/ld+json; profile="https://www.w3.org/ns/activitystreams"', ], - 'curl' => [ - CURLOPT_TCP_FASTOPEN => true, - CURLOPT_TCP_NODELAY => true, - CURLOPT_FORBID_REUSE => false, - CURLOPT_FRESH_CONNECT => false, - ], ]); }