Merge branch 'daemon-externals-endless-loop' into 'dev'

Daemon/Externals: Shorten endless loop

See merge request hubzilla/core!2272
This commit is contained in:
Mario
2026-03-18 09:01:32 +00:00

View File

@@ -74,6 +74,8 @@ class Externals {
}
}
$attempts++;
if (!$url) {
continue;
}
@@ -85,7 +87,6 @@ class Externals {
$blacklisted = true;
}
$attempts++;
// make sure we can eventually break out if somebody blacklists all known sites