Closed (fixed)
Project:
SimpleFeed
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
7 Apr 2007 at 06:47 UTC
Updated:
3 May 2007 at 04:02 UTC
I have tested many other feed modules but simple feeds' performance is much better that others.
I have a couple of suggestions to improve it.
1) Original article must open in new window
2) In configuration for limiting no of feeds to be updated per cron job run. (Because updating all feeds in one cron job create many problems and also request time out sometime.)
--
Sharique
Comments
Comment #1
m3avrck commentedUse hook_link_alter() to change the links to open in a new window. That is not a good general solution and only site specific so use that to fix.
Per cron run feed updates has now been committed.
Comment #2
(not verified) commented