From 1b9187b1534992c0235dad064238b2d836489ca8 Mon Sep 17 00:00:00 2001 From: frosty Date: Sat, 28 Mar 2026 15:01:13 -0400 Subject: feat: changes to image proxy, proxy favicons --- src/Config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Config.h') diff --git a/src/Config.h b/src/Config.h index 67882d1..ce316f6 100644 --- a/src/Config.h +++ b/src/Config.h @@ -6,6 +6,7 @@ #define DEFAULT_CACHE_DIR "/tmp/omnisearch_cache" #define DEFAULT_CACHE_TTL_SEARCH 3600 #define DEFAULT_CACHE_TTL_INFOBOX 86400 +#define DEFAULT_CACHE_TTL_IMAGE 604800 #define DEFAULT_MAX_PROXY_RETRIES 3 #define BUFFER_SIZE_SMALL 256 @@ -42,6 +43,7 @@ typedef struct { char cache_dir[512]; int cache_ttl_search; int cache_ttl_infobox; + int cache_ttl_image; char engines[512]; } Config; -- cgit v1.2.3