mirror of
https://github.com/Stone-Red-Code/HyperbolicDownloader.git
synced 2026-09-04 00:56:09 +02:00
Fix code formatting and decrease host answer delay
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user