set cache duration

This commit is contained in:
Simon
2025-11-28 14:11:24 +00:00
parent ee6919315b
commit f91f06c45e

View File

@@ -72,7 +72,7 @@ impl XxdbxProvider {
}, },
], ],
nsfw: true, nsfw: true,
cacheDuration: None, cacheDuration: Some(1800),
} }
} }