]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - inc/web-thumbnailer.json
Merge pull request #1234 from virtualtam/lint
[github/shaarli/Shaarli.git] / inc / web-thumbnailer.json
index 8a19f07053dc26b6c817bc838f17bb69add0d9d0..dcaa149ef624fb59deae97aa57ae8834e0091fcf 100644 (file)
@@ -1,9 +1,13 @@
 {
   "settings": {
     "default": {
+      "download_mode": "DOWNLOAD",
       "_comment": "infinite cache",
       "cache_duration": -1,
-      "timeout": 60
+      "timeout": 10
+    },
+    "path": {
+      "cache": "cache/"
     }
   }
-}
\ No newline at end of file
+}