Align cacheDir setup with getResource usage

pull/45922/head
Dipesh Rawat 2024-04-18 19:37:27 +01:00
parent 96aea8d65f
commit b5ea5919cd
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ disableLanguages = ["no"]
[caches.getcsv]
dir = ":cacheDir/:project"
maxAge = "60s"
[caches.getjson]
[caches.getresource]
dir = ":cacheDir/:project"
maxAge = "60s"
[caches.images]