Implement wide thumbnail cache invalidation

This commit is contained in:
2022-02-20 13:13:49 +01:00
parent 6c748439ed
commit a28fbf25bc
4 changed files with 198 additions and 4 deletions

View File

@@ -77,10 +77,17 @@ gdk-pixbuf modules.
<h2>Thumbnails</h2>
<p><i>fiv</i> uses a custom way of storing thumbnails, and doesn't currently
provide any means of invalidating this cache. Should you find out that your
<p><i>fiv</i> uses a custom means of storing thumbnails, and doesn't currently
invalidate this cache automatically. Should you find out that your
<i>~/.cache/thumbnails</i> directory is taking up too much space, run:
<pre>
fiv --invalidate-cache
</pre>
<p>to trim it down. Alternatively, if you want to get rid of _all_ thumbnails,
even for existing images:
<pre>
rm -rf ~/.cache/thumbnails/wide-*
</pre>