How to increase the quantity of items for merge feeds&

Hi, Fivefilters Team!
I use self-hosted Feedcreator. I want to merge several RSS feeds, but I need more than 5 items in each. How should I modify config file to merge 10 items for each feed? Thank you!

Hi there, at the moment we do not provide an option for changing this in the configuration file. But if you open mergefeeds.php and search for

$feed->set_item_limit(5);

You can change that number (5) to something higher. Should do the trick.