X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fdefault.php;h=b1079a907ce90ed52c2601bebd6624ea2ce15596;hb=f0480c34d7e3d528fc559568ce6ac53c3b33f8f9;hp=90bca32c4f4aeaba7e50041a8e3134d15196a412;hpb=000af6d9ee6900f9b52069aaa8121f0583cb082d;p=quix0rs-gnu-social.git diff --git a/lib/default.php b/lib/default.php index 90bca32c4f..b1079a907c 100644 --- a/lib/default.php +++ b/lib/default.php @@ -393,6 +393,7 @@ $default = 'ssl_verify_host' => true, // HTTPRequest2 makes sure this is set to CURLOPT_SSL_VERIFYHOST==2 if using curl 'curl' => false, // Use CURL backend for HTTP fetches if available. (If not, PHP's socket streams will be used.) 'connect_timeout' => 5, + 'timeout' => 60, 'proxy_host' => null, 'proxy_port' => null, 'proxy_user' => null,