From 73230372e725171dbc7ad5dd60bc093422279656 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Tue, 15 May 2007 16:38:06 +0000 Subject: [PATCH] svn path=/trunk/boinc/; revision=12669 --- clientgui/MainDocument.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/clientgui/MainDocument.cpp b/clientgui/MainDocument.cpp index e819e869fe..8efb378309 100644 --- a/clientgui/MainDocument.cpp +++ b/clientgui/MainDocument.cpp @@ -141,6 +141,10 @@ void CNetworkConnection::Poll() { // a host value of NULL is special cased as binding to the localhost and // if we are connecting to the localhost we need to retry the connection // for awhile so that the users can respond to firewall prompts. + // + // use a timeout of 60 seconds so that slow machines do not get a + // timeout event right after boot-up. + // if (IsComputerNameLocal(strComputer)) { retval = m_pDocument->rpc.init_asynch(NULL, 60.0, true); } else {