Fix thumbnail issues:
1.Use semaphroe to ensure thread safety.
the current insert/remove operation of thumbnail hash is not thread-safety.
that might let peony crashed sometimes.
2.ThumbnailJob: handle the unexpected watcher's parent (a file item).
note that a image which's parent is a deleted file item should not be thumbnailed.
parent
07279257
Please register or sign in to comment