fossar / selfoss

multipurpose rss reader, live stream, mashup, aggregation web application
https://selfoss.aditu.de
GNU General Public License v3.0
2.35k stars 343 forks source link

Cliupdate times out on cleaning thumbnails #1434

Open jtojnar opened 1 year ago

jtojnar commented 1 year ago

It just runs SELECT count(*) AS amount FROM items WHERE thumbnail=:thumbnail for each thumbnail file, which takes about 650 ms on my server.

Using SQLite.