mirror of
https://github.com/mempool/mempool.git
synced 2025-02-22 14:22:44 +01:00
Merge pull request #4378 from mempool/mononaut/tomahawk-logs-fix
Set fallback server out-of-sync when unreachable
This commit is contained in:
commit
1aea3fcac5
1 changed files with 1 additions and 0 deletions
|
@ -101,6 +101,7 @@ class FailoverRouter {
|
|||
}
|
||||
host.unreachable = false;
|
||||
} else {
|
||||
host.outOfSync = true;
|
||||
host.unreachable = true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue