MyShaarli/inc/web-thumbnailer.json
ArthurHoaro 787faa42f3 Take code review into account
Upgrade web-thumbnailer and display thumbs right after download
2018-07-05 20:34:22 +02:00

13 lines
209 B
JSON

{
"settings": {
"default": {
"download_mode": "HOTLINK",
"_comment": "infinite cache",
"cache_duration": -1,
"timeout": 10
},
"path": {
"cache": "cache/"
}
}
}