web-thumbnailer.json 211 B

12345678910111213
  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. }