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
@ -101,6 +101,7 @@ class FailoverRouter {
|
|||||||
}
|
}
|
||||||
host.unreachable = false;
|
host.unreachable = false;
|
||||||
} else {
|
} else {
|
||||||
|
host.outOfSync = true;
|
||||||
host.unreachable = true;
|
host.unreachable = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user