Closed (fixed)
Project:
FeedAPI
Version:
5.x-1.2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
29 Apr 2008 at 20:39 UTC
Updated:
30 Apr 2008 at 04:21 UTC
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
Comment #1
chrisroditis commentedOk 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.
Comment #2
chrisroditis commented