]> git.mxchange.org Git - friendica.git/commitdiff
Use the default timeout
authorMichael <heluecht@pirati.ca>
Sun, 8 May 2022 05:51:18 +0000 (05:51 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 8 May 2022 05:51:18 +0000 (05:51 +0000)
src/Model/Contact.php

index f034ca69adee52d025e6028fa1577a905d0cf8cf..834988043df69f95fafaccae55c920a3c393674d 100644 (file)
@@ -2102,7 +2102,7 @@ class Contact
                $filename = substr($guid, 0, 2) . '/' . substr($guid, 3, 2) . '/' . substr($guid, 5, 3) . '/' .
                        substr($guid, 9, 2) .'/' . substr($guid, 11, 2) . '/' . substr($guid, 13, 4). '/' . substr($guid, 18) . '-';
 
-               $fetchResult = HTTPSignature::fetchRaw($avatar, 0, [HttpClientOptions::ACCEPT_CONTENT => [HttpClientAccept::IMAGE], 'timeout' => 10]);
+               $fetchResult = HTTPSignature::fetchRaw($avatar, 0, [HttpClientOptions::ACCEPT_CONTENT => [HttpClientAccept::IMAGE]]);
                $img_str = $fetchResult->getBody();
                if (empty($img_str)) {
                        return $fields;