1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 15:25:59 +00:00

simplepie: increase fetch timeout to 20 sec

This commit is contained in:
Andrew Dolgov
2008-01-24 19:14:02 +01:00
parent 2240601ccf
commit b086fed428

View File

@@ -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');