chore(env): document image disk cache limits in .env.example

This commit is contained in:
xfy 2026-06-18 10:03:42 +08:00
parent 0b107c3f2e
commit f1e5b657a3

View File

@ -31,3 +31,9 @@ SSR_CACHE_SECS=3600
# Processed variants (?w=, ?format=, etc.) are cached for 24 hours.
# To invalidate a cached raw upload, change its file path.
# To refresh a processed variant, change its processing parameters.
# Image disk cache limits
# Max total size in MB (default: 1024)
IMAGE_DISK_CACHE_MAX_MB=1024
# Max file age in hours before forced deletion (default: 168)
IMAGE_DISK_CACHE_MAX_AGE_HOURS=168