Skip to content

Commit

Permalink
changed default to not cache thumbnails on dist
Browse files Browse the repository at this point in the history
Signed-off-by: Rentib <[email protected]>
  • Loading branch information
Rentib committed Oct 22, 2024
1 parent 660b0dd commit d39131f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gallery.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ static void add_thumbnail(struct image* image)
struct thumbnail_params params;

/* TODO: move to config */
bool thumbnails_disk_cache = true;
bool thumbnails_disk_cache = false;

if (!entry) {
image_free(image);
Expand Down

0 comments on commit d39131f

Please sign in to comment.