config: Evict getresource cache hourly

This commit is contained in:
Joe Mooring
2025-02-17 13:40:08 -08:00
committed by GitHub
parent 1f62ca97ea
commit 720c7ff673
+3
View File
@@ -12,6 +12,9 @@ disableAliases = true
[caches.images] [caches.images]
dir = ":cacheDir/images" dir = ":cacheDir/images"
maxAge = "1440h" maxAge = "1440h"
[caches.getresource]
dir = ':cacheDir/:project'
maxAge = "1h"
[pagination] [pagination]
pagerSize = 100 pagerSize = 100