feat: cache revalidation

This commit is contained in:
2026-02-27 23:10:02 +01:00
parent 6f98d730bb
commit abfddca518
12 changed files with 768 additions and 143 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ func registerOther() (h http.Handler) {
if err != nil {
slog.Error("failed to create valkey client", "err", err)
} else {
fs = filesystem.NewCachedClient(webdavClient, valkeyClient, 5*time.Minute)
fs = filesystem.NewCachedClient(webdavClient, valkeyClient, 5*time.Hour)
}
_ = handlehome.New(mux, page.New(fs))