aboutsummaryrefslogtreecommitdiffstats
path: root/include/network.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-08-22 18:52:02 -0700
committerFriendika <info@friendika.com>2011-08-22 18:52:02 -0700
commiteb2ef6dec43391631e2989b55bc4d762336680ca (patch)
treeda2ffcc0410ac70ad82458a39245bdf89eb393a2 /include/network.php
parent564ade0685470158ac487d9a9f18a21079c729bb (diff)
downloadvolse-hubzilla-eb2ef6dec43391631e2989b55bc4d762336680ca.tar.gz
volse-hubzilla-eb2ef6dec43391631e2989b55bc4d762336680ca.tar.bz2
volse-hubzilla-eb2ef6dec43391631e2989b55bc4d762336680ca.zip
diaspora admin toggle, update install guide
Diffstat (limited to 'include/network.php')
-rw-r--r--include/network.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/network.php b/include/network.php
index d4f0d8aa7..f0dd828d1 100644
--- a/include/network.php
+++ b/include/network.php
@@ -508,7 +508,7 @@ function fetch_xrd_links($url) {
$xrd_timeout = intval(get_config('system','xrd_timeout'));
$redirects = 0;
- $xml = fetch_url($url,false,$redirects,(($xrd_timeout) ? $xrd_timeout : 30));
+ $xml = fetch_url($url,false,$redirects,(($xrd_timeout) ? $xrd_timeout : 20));
logger('fetch_xrd_links: ' . $xml, LOGGER_DATA);