Merge pull request #4378 from mempool/mononaut/tomahawk-logs-fix

Set fallback server out-of-sync when unreachable
This commit is contained in:
wiz
2023-11-14 19:27:13 +09:00
committed by GitHub

View File

@@ -101,6 +101,7 @@ class FailoverRouter {
}
host.unreachable = false;
} else {
host.outOfSync = true;
host.unreachable = true;
}
}