aboutsummaryrefslogtreecommitdiff
path: root/src/Config.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Config.c')
-rw-r--r--src/Config.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Config.c b/src/Config.c
index 0c243bd..0c3fc1c 100644
--- a/src/Config.c
+++ b/src/Config.c
@@ -92,6 +92,8 @@ int load_config(const char *filename, Config *config) {
config->cache_ttl_search = atoi(value);
} else if (strcmp(key, "ttl_infobox") == 0) {
config->cache_ttl_infobox = atoi(value);
+ } else if (strcmp(key, "ttl_image") == 0) {
+ config->cache_ttl_image = atoi(value);
}
} else if (strcmp(section, "engines") == 0) {
if (strcmp(key, "engines") == 0) {