pre-migration commit
This commit is contained in:
+10
-2
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user