From a3e31b851696300065518ff423d0d79a46ae435f Mon Sep 17 00:00:00 2001 From: shprink Date: Tue, 26 May 2015 00:09:38 -0500 Subject: [PATCH] adding new cache img conf #3 --- config.json.dist | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/config.json.dist b/config.json.dist index 29f01e7b9..92b6019cf 100644 --- a/config.json.dist +++ b/config.json.dist @@ -50,6 +50,15 @@ "cache": { "views": 10, "forward": false, + "img": { + "localCacheFolder": "imgcache", + "useDataURI": false, + "chromeQuota": 10485760, + "usePersistentCache": true, + "cacheClearSize": 0, + "headers": {}, + "skipURIencoding": false + }, "data": { "capacity": 100, "maxAge": 21600000,