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
commit 1aea3fcac5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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