summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-01-25 04:28:14 +0100
committerAndrew Dolgov <[email protected]>2008-01-25 04:28:14 +0100
commit740751d8cc40403636dbcb9317782e75a233fed4 (patch)
tree73282ec4b7e1e47faa35acfedd852a61bb37a28b /functions.php
parentb086fed42877dd306719bc4d6ae4170f31ccf49a (diff)
simplepie: fix feed-not-found bug; update daemon1 to some code from daemon2
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index cea42549d..d4f7cce99 100644
--- a/functions.php
+++ b/functions.php
@@ -543,7 +543,7 @@
$rss = new SimplePie();
$rss->set_useragent(SIMPLEPIE_USERAGENT . MAGPIE_USER_AGENT_EXT);
- $rss->set_timeout(20);
+ $rss->set_timeout(10);
$rss->set_feed_url($fetch_url);
$rss->set_output_encoding('UTF-8');