From 05df4919f6ee095faf46ec1772386d2af11a20f7 Mon Sep 17 00:00:00 2001 From: psychon Date: Sun, 20 Jan 2008 16:55:17 +0000 Subject: [PATCH] Increase the connect timeout to 2 mins git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@936 726aef4b-f618-498e-8847-2d620e286838 --- znc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/znc.cpp b/znc.cpp index e46d91b1..e02e7c23 100644 --- a/znc.cpp +++ b/znc.cpp @@ -122,7 +122,7 @@ bool CZNC::ConnectUser(CUser *pUser) { } #endif - if (!m_Manager.Connect(pServer->GetName(), pServer->GetPort(), sSockName, 20, bSSL, pUser->GetVHost(), pIRCSock)) { + if (!m_Manager.Connect(pServer->GetName(), pServer->GetPort(), sSockName, 120, bSSL, pUser->GetVHost(), pIRCSock)) { ReleaseISpoof(); pUser->PutStatus("Unable to connect. (Bad host?)"); }