diff options
author | ArthurHoaro <arthur@hoa.ro> | 2017-11-11 14:01:21 +0100 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2018-07-05 20:31:35 +0200 |
commit | e85b7a05a177f803ae36ba5c12835313f31177bc (patch) | |
tree | 99216fbcb3343b74eac2589d14bf75c0a6d5fb01 /inc/web-thumbnailer.json | |
parent | a3724717ec37d4bd54dc117ef439c8a182157882 (diff) | |
download | Shaarli-e85b7a05a177f803ae36ba5c12835313f31177bc.tar.gz Shaarli-e85b7a05a177f803ae36ba5c12835313f31177bc.tar.zst Shaarli-e85b7a05a177f803ae36ba5c12835313f31177bc.zip |
Update thumbnail integration after rebasing the branch
Diffstat (limited to 'inc/web-thumbnailer.json')
-rw-r--r-- | inc/web-thumbnailer.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/inc/web-thumbnailer.json b/inc/web-thumbnailer.json index 8a19f070..263529fd 100644 --- a/inc/web-thumbnailer.json +++ b/inc/web-thumbnailer.json | |||
@@ -3,7 +3,10 @@ | |||
3 | "default": { | 3 | "default": { |
4 | "_comment": "infinite cache", | 4 | "_comment": "infinite cache", |
5 | "cache_duration": -1, | 5 | "cache_duration": -1, |
6 | "timeout": 60 | 6 | "timeout": 10 |
7 | }, | ||
8 | "path": { | ||
9 | "cache": "cache/" | ||
7 | } | 10 | } |
8 | } | 11 | } |
9 | } \ No newline at end of file | 12 | } \ No newline at end of file |