Hello! I would like to ask if there is a maximum file size limit for an rss feed that feedapi can handle. Or is it something configurable? I have tried a 17MB rss feed and I got the message "Could not refresh feed.". I've successfully refreshed an identical but smaller in size rss feed , so I guess file size is the issue.
Currently using parser simplepie with simplepie 1.1.1. Can anyone please shed some light? Thanks!

Comments

chrisroditis’s picture

Ok got it! I had to change the $parser->set_timeout(); parameter in parser_simplepie.module to something big, like $parser->set_timeout(9999999999) just to be sure. It is the timeout imposed on curl when fetching a feed for simplepie.

chrisroditis’s picture

Status: Active » Closed (fixed)