retrieval simplfied

This commit is contained in:
Per Stark
2025-12-09 20:35:42 +01:00
parent 192e6480e0
commit 8121e04125
55 changed files with 469 additions and 1208 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ impl HtmlState {
.retrieval_strategy
.as_deref()
.and_then(|value| value.parse().ok())
.unwrap_or(RetrievalStrategy::Initial)
.unwrap_or(RetrievalStrategy::Default)
}
}
impl ProvidesDb for HtmlState {