]> git.immae.eu Git - github/shaarli/Shaarli.git/blob - inc/web-thumbnailer.json
Merge pull request #1234 from virtualtam/lint
[github/shaarli/Shaarli.git] / inc / web-thumbnailer.json
1 {
2 "settings": {
3 "default": {
4 "download_mode": "DOWNLOAD",
5 "_comment": "infinite cache",
6 "cache_duration": -1,
7 "timeout": 10
8 },
9 "path": {
10 "cache": "cache/"
11 }
12 }
13 }