https://bugs.kde.org/show_bug.cgi?id=467711
--- Comment #8 from Maik Qualmann <metzping...@gmail.com> --- Your database is constantly locked for the maximum wait time of 10 seconds and then discards the job. Normally, this wait time is used to wait for the other thread that is currently performing a write (SQLite can only write one at a time). I can't say at the moment where the problem is here. However, your database may now be extremely inconsistent. This also explains the behavior in the other bugreort on rating. It can't be related to the shrinking of the images. Maik -- You are receiving this mail because: You are watching all bug changes.