X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fdefault.php;h=b19d3e4580d25765f371884caff38e242cb8e476;hb=3326b7b850f538f0e3c2c7969c5e566e2a374ffb;hp=7894dbb6745e4027be32f9351119f171fce0cce2;hpb=ef4e61c91bda595fe71184418151da3c5b8f7a5f;p=quix0rs-gnu-social.git diff --git a/lib/default.php b/lib/default.php index 7894dbb674..b19d3e4580 100644 --- a/lib/default.php +++ b/lib/default.php @@ -133,18 +133,13 @@ $default = 'delete' => false, 'move' => true), 'image' => - array('jpegquality' => 85), + array('jpegquality' => 95), 'avatar' => array('server' => null, 'dir' => INSTALLDIR . '/avatar/', 'path' => $_path . '/avatar/', 'ssl' => null, 'maxsize' => 300), - 'background' => - array('server' => null, - 'dir' => INSTALLDIR . '/background/', - 'path' => $_path . '/background/', - 'ssl' => null), 'public' => array('localonly' => false, 'blacklist' => array(), @@ -358,6 +353,7 @@ $default = array('ssl_cafile' => false, // To enable SSL cert validation, point to a CA bundle (eg '/usr/lib/ssl/certs/ca-certificates.crt') (this activates "ssl_verify_peer") '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, 'proxy_host' => null, 'proxy_port' => null, 'proxy_user' => null,