Increase connection timeouts when the PC is presumed to be online

This commit is contained in:
Cameron Gutman
2022-11-09 20:22:07 -06:00
parent 57f55e6856
commit 392e3c7fe3
4 changed files with 54 additions and 55 deletions

View File

@@ -553,7 +553,7 @@ public class ComputerManagerService extends Service {
NvHTTP http = new NvHTTP(address, 0, idManager.getUniqueId(), details.serverCert,
PlatformBinding.getCryptoProvider(ComputerManagerService.this));
ComputerDetails newDetails = http.getComputerDetails();
ComputerDetails newDetails = http.getComputerDetails(false);
// Check if this is the PC we expected
if (newDetails.uuid == null) {