Right now, the algorithm for finding pictures in the FilesystemPlugin uses
a recursive algorithm. This is probably not very memory efficient, and
might even introduce infinite loops with symbol links. It would be easy to
change it to add recursive directories to a processing queue, and then
spawn queries off of that.
Original issue reported on code.google.com by swegn...@gmail.com on 12 Mar 2008 at 6:39
Original issue reported on code.google.com by
swegn...@gmail.com
on 12 Mar 2008 at 6:39