mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02: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