mirror of
https://github.com/stronk-dev/OrchestratorTracker.git
synced 2025-07-05 02:45:10 +02:00
Fix getting stuck
This commit is contained in:
parent
03559c49f4
commit
bb6083962d
@ -209,6 +209,7 @@ async function getIP(hostname) {
|
||||
|
||||
const testOrchestrator = async function (id, target) {
|
||||
if (!id.length || !target.length) {
|
||||
currentPending--;
|
||||
return;
|
||||
}
|
||||
const origTarget = new URL(target);
|
||||
@ -245,6 +246,7 @@ const testOrchestrator = async function (id, target) {
|
||||
discoveryResults.err == "insufficient sender reserve"
|
||||
) {
|
||||
console.log("Ignoring " + id + " due to insufficient sender reserve");
|
||||
currentPending--;
|
||||
return;
|
||||
}
|
||||
// Cache results
|
||||
|
Loading…
x
Reference in New Issue
Block a user