From a461f578e7122e1fe587892ed08ab1a364fe23b1 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 30 Mar 2020 19:23:11 +0200 Subject: Enable HTTP cache by default --- src/imlib.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/imlib.c') diff --git a/src/imlib.c b/src/imlib.c index 1786876..6d48394 100644 --- a/src/imlib.c +++ b/src/imlib.c @@ -545,6 +545,7 @@ static char *feh_magick_load_image(char *filename) #ifdef HAVE_LIBCURL +// TODO use cache for dcraw and magick conversion results as well gib_hash* http_cache = NULL; #if LIBCURL_VERSION_NUM >= 0x072000 /* 07.32.0 */ -- cgit v1.2.3