mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Upgrade login/session timeout to 30 seconds
Might help when login/session servers take a long time to respond.
This commit is contained in:
parent
82c95be611
commit
7757d5ae03
1 changed files with 1 additions and 1 deletions
|
|
@ -260,7 +260,7 @@ namespace MinecraftClient.Protocol
|
|||
statusCode = Settings.str2int(raw_result.Split(' ')[1]);
|
||||
}
|
||||
else statusCode = 520; //Web server is returning an unknown error
|
||||
}, 15000);
|
||||
}, 30000);
|
||||
result = postResult;
|
||||
return statusCode;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue