From: Andrew Dolgov Date: Thu, 24 Jan 2008 18:14:02 +0000 (+0100) Subject: simplepie: increase fetch timeout to 20 sec X-Git-Tag: 1.2.20~59 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=b086fed42877dd306719bc4d6ae4170f31ccf49a;p=tt-rss.git simplepie: increase fetch timeout to 20 sec --- diff --git a/functions.php b/functions.php index 5ab98829..cea42549 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');