speed up un-cached directories
embedded thumbnails will be used for the first pass when cached thumbnails are not found.
This commit is contained in:
@@ -64,7 +64,7 @@ class ThumbImageUpdater {
|
||||
* @param l listener waiting on update
|
||||
*/
|
||||
void add(Thumbnail* t, const rtengine::procparams::ProcParams& params,
|
||||
int height, bool* priority, ThumbImageUpdateListener* l);
|
||||
int height, bool* priority, bool upgrade, ThumbImageUpdateListener* l);
|
||||
|
||||
/**
|
||||
* @brief Remove jobs associated with listener \c l.
|
||||
|
Reference in New Issue
Block a user