pull/6550/head
Daniel Supernault 4 weeks ago
parent 015f619008
commit d8c9cece15
No known key found for this signature in database
GPG Key ID: 23740873EE6F76A1

@ -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,
],
]);
}

Loading…
Cancel
Save