Bring back unauthorized bootstrap

This commit is contained in:
Peter
2018-12-19 19:51:50 +03:00
parent 99e75d0f2d
commit 13708dc151

View File

@@ -183,7 +183,7 @@ public class UnauthorizedAccount {
})
network.context.performBatchUpdates({
/*var datacenterIds: [Int] = [1, 2]
var datacenterIds: [Int] = [1, 2]
if !testingEnvironment {
datacenterIds.append(contentsOf: [4])
}
@@ -191,8 +191,8 @@ public class UnauthorizedAccount {
if network.context.authInfoForDatacenter(withId: id) == nil {
network.context.authInfoForDatacenter(withIdRequired: id, isCdn: false)
}
}*/
//network.context.beginExplicitBackupAddressDiscovery()
}
network.context.beginExplicitBackupAddressDiscovery()
})
}