Subject: | Option to use rdf file for mtime |
I'd like an option to use the rdf file to check the mtime, as I'm
replacing the jpg files with symlinks to the (read-only) originals to
avoid storing everything twice. This means that the mtime check usually
always decides that the image has changed.
This would rely on the rdf file being enabled and should still check
that the jpg file exists. Perhaps the last modified time could be stored
in the rdf file? (I'm concerned that an update between the time the
image data was requested and the mtime of the file written out would
mean changes getting ignored until a much newer change occurs.)