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

Shiny’s picture

Assigned: Unassigned » Shiny

can 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.

Dr Jay’s picture

Status: Active » Closed (fixed)

I'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.