Last modified: 2010-05-15 15:48:30 UTC
$wgFeedLimit = 2; $wgFeedDiffCutoff = 2; In localsettings.php Well this should make there less RSS/Atom feeds. Well I tried all sorts of variations and it appears these settings don't do a thing. They are mentioned in defaultsettings.php in that they're supposed to reduce how much at a time is in a feed and the second is too keep certain large sized things out of the feed.
Keep in mind that feeds are aggressively cached by default. Try setting $wgFeedCacheTimeout = 0; to experiment more quickly.
With "$wgFeedCacheTimeout = 0;" the setting $wgFeedDiffCutoff works, however $wgFeedLimit still has no effect at all neither able to increase nor decrease the feed size.
Looks like the individual feeds need to check this. Grepping shows that only RC does :(
Fixed in r34942