chore: bump default cache duration to 7 days
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2025-01-01 22:01:49 +01:00
parent 503680d81c
commit a228ec82a3

View File

@ -124,7 +124,7 @@ impl CacheDuration {
impl Default for CacheDuration { impl Default for CacheDuration {
fn default() -> Self { fn default() -> Self {
Self::Precise { Self::Precise {
days: 1, days: 7,
hours: 0, hours: 0,
minutes: 0, minutes: 0,
} }