corrected status "cacheDuration" to 1800

This commit is contained in:
Simon
2026-01-07 13:18:51 +00:00
parent 2edb12a024
commit 6fac9d6d45

View File

@@ -89,7 +89,7 @@ impl JavtifulProvider {
multiSelect: false,
}],
nsfw: true,
cacheDuration: None,
cacheDuration: Some(1800),
}
}