Fix code formatting and decrease host answer delay

This commit is contained in:
Stone_Red
2022-02-27 13:47:45 +01:00
parent 715f5de435
commit 9675361695
4 changed files with 5 additions and 4 deletions
@@ -58,7 +58,7 @@ public class HostsManager
try
{
tcpClient.ConnectAsync(host.IPAddress, host.Port).Wait(1000);
tcpClient.ConnectAsync(host.IPAddress, host.Port).Wait(500);
Console.CursorLeft = 0;
if (tcpClient.Connected)
{