Set fallback server out-of-symc when unreachable

This commit is contained in:
Mononaut 2023-11-14 10:17:02 +00:00
parent d8f2462ff0
commit 5cfd599018
No known key found for this signature in database
GPG Key ID: A3F058E41374C04E

View File

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