I have imported some data from a custom board. One forum has a lot of messages, and trying to use Google Feeds API won't work because the feed file is too big (I'm pretty sure that's why - other feeds work).
Looking at the DB activity I can see the code which fetches the data starts:
exec sp_executesql N'select top 1000 Topic = a.Topic,TopicID = a.TopicID, Name = b.Name, LastPosted = IsNull(a.LastPosted,a.Posted)...
Looking on your general forum's RSS I see the same problem (
here ).
Can I control what the maximum number of topics in the RSS feed? Or do I need to change the source and build? 50 would probably be enough! :-d