From e33310f26351e25fda718a353f8b8e9ece0007b5 Mon Sep 17 00:00:00 2001 From: frosty Date: Tue, 10 Mar 2026 03:40:34 -0400 Subject: feature: added caching --- src/Config.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/Config.h') diff --git a/src/Config.h b/src/Config.h index 17abd74..3571018 100644 --- a/src/Config.h +++ b/src/Config.h @@ -9,6 +9,9 @@ typedef struct { int max_proxy_retries; int randomize_username; int randomize_password; + char cache_dir[512]; + int cache_ttl_search; + int cache_ttl_infobox; } Config; int load_config(const char *filename, Config *config); -- cgit v1.2.3