From 740751d8cc40403636dbcb9317782e75a233fed4 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 25 Jan 2008 04:28:14 +0100 Subject: simplepie: fix feed-not-found bug; update daemon1 to some code from daemon2 --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions.php') 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'); -- cgit v1.2.3-54-g00ecf