Add stale-while-revalidate support to the cache.

This commit is contained in:
miyuko
2025-10-15 23:53:12 +01:00
parent 8bb6d0ff28
commit eda3e8a791
12 changed files with 60 additions and 19 deletions
+1
View File
@@ -34,6 +34,7 @@ max-size = "256MB"
[storage.s3.site-cache]
max-size = "16MB"
max-age = "60s"
max-stale = "1h"
[limits]
max-site-size = "128M"