From b086fed42877dd306719bc4d6ae4170f31ccf49a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 24 Jan 2008 19:14:02 +0100 Subject: [PATCH] simplepie: increase fetch timeout to 20 sec --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 5ab98829c..cea42549d 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(MAGPIE_FETCH_TIME_OUT); + $rss->set_timeout(20); $rss->set_feed_url($fetch_url); $rss->set_output_encoding('UTF-8');