From 6e5673aa1dcdb1ba7688b75f7f065353abc86159 Mon Sep 17 00:00:00 2001 From: beware Date: Mon, 22 Mar 2010 16:18:15 +0000 Subject: [PATCH] increased connect timeout in case of more IPs to try to 5 seconds git-svn-id: file:///svnroot/lcore/trunk@87 b1de8a11-f9be-4011-bde0-cc7ace90066a --- lsocket.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lsocket.pas b/lsocket.pas index 7f9617e..bcff643 100755 --- a/lsocket.pas +++ b/lsocket.pas @@ -299,7 +299,7 @@ begin if not assigned(connecttimeout) then begin connecttimeout := tltimer.create(self); connecttimeout.ontimer := connecttimeouthandler; - connecttimeout.interval := 2500; + connecttimeout.interval := 5000; connecttimeout.enabled := false; end; realconnect; -- 2.30.2