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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,6 +12,9 @@ disableAliases = true
[caches.images]
dir = ":cacheDir/images"
maxAge = "1440h"
[caches.getresource]
dir = ':cacheDir/:project'
maxAge = "1h"
[pagination]
pagerSize = 100