mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
only expect the 5 essential servers
This commit is contained in:
parent
df34b49b41
commit
7958020f4e
1 changed files with 1 additions and 1 deletions
|
@ -646,7 +646,7 @@ void AddressManager::goHomeOrElsewhere(QString elsewhere, LookupTrigger trigger)
|
|||
if (!serversValue.isUndefined() && serversValue.isObject()) {
|
||||
auto serversObject = serversValue.toObject();
|
||||
auto serversCount = serversObject.size();
|
||||
const int MINIMUM_EXPECTED_SERVER_COUNT = 6;
|
||||
const int MINIMUM_EXPECTED_SERVER_COUNT = 5;
|
||||
if (serversCount >= MINIMUM_EXPECTED_SERVER_COUNT) {
|
||||
qDebug() << "Home sandbox is running, going to " << SANDBOX_HIFI_ADDRESS;
|
||||
handleUrl(SANDBOX_HIFI_ADDRESS, trigger);
|
||||
|
|
Loading…
Reference in a new issue