pre-migration commit

This commit is contained in:
2026-04-26 15:08:35 -07:00
parent c724cb36b1
commit 39ee857559
32 changed files with 335 additions and 106 deletions
+10 -2
View File
@@ -1045,8 +1045,16 @@ class HydrusNetwork(Store):
if total_candidates <= hydrate_limit:
return ids_out, hashes_out
debug(
f"{prefix} limiting metadata hydration to {hydrate_limit} of {total_candidates} candidate(s)"
debug_panel(
"Hydrus metadata hydration cap",
[
("store", self.NAME),
("candidates", total_candidates),
("hydrate_limit", hydrate_limit),
("freeform_mode", freeform_mode),
("fallback_scan", fallback_scan),
],
border_style="cyan",
)
if ids_out: