Closed (fixed)
Project:
Flickr Rippr
Version:
6.x-6.x-dev
Component:
Flickr Rippr Code
Priority:
Major
Category:
Bug report
Assigned:
Reporter:
Created:
30 Jan 2011 at 20:29 UTC
Updated:
7 Feb 2011 at 20:03 UTC
As far as I can tell, the entire photo set is re-downloaded each time cron is run. This is leading to ever-increasing cron runs as the collection grows larger not to mention creating a performance hit on my server.
Am I wrong that the module should only download new comments, and not the entire photo each time?
Comments
Comment #1
Shiny commentedcan you clarify what you mean by "photo set"?
there is a module called flickrjpegcache - do you mean that is redownloading jpegs every run? all of them? it should only download the latest X photos, and X is configurable at admin/flickr/flickrrippr
It will also cache flickr queries. The length of this cache is part of the flickr module, which this module depends on.
the "flickr sets" module exists only in CVS, so you mean that one, it isn't complete and is marked as such in the .info file which you'll see when enabling them module through the web ui.
Comment #2
Dr Jay commentedI'm an idiot, never mind! I thought I had this set to 10 but actually had it set to 100. Closing and many thanks for the reply.