1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-28 12:10:52 +02:00

simplepie: enable use of MAGPIE_FETCH_TIME_OUT

This commit is contained in:
Andrew Dolgov 2007-08-23 12:58:39 +01:00
parent 87b44f5ca0
commit 03a577bff0

View File

@ -443,6 +443,7 @@
} else {
$rss = new SimplePie();
$rss->set_useragent(SIMPLEPIE_USERAGENT . MAGPIE_USER_AGENT_EXT);
$rss->set_timeout(MAGPIE_FETCH_TIME_OUT);
$rss->set_feed_url($fetch_url);
$rss->set_output_encoding('UTF-8');
$rss->init();