From 85019ee565897c517e13b743a475ca5b72e7f67f Mon Sep 17 00:00:00 2001 From: yanmorin <yanmorin> Date: Fri, 1 Sep 2006 19:11:26 +0000 Subject: [PATCH] Reduce qt waiting for launcher --- src/gui/qt/TCPSessionIO.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/qt/TCPSessionIO.cpp b/src/gui/qt/TCPSessionIO.cpp index e9f203fc3b..2e411e9960 100644 --- a/src/gui/qt/TCPSessionIO.cpp +++ b/src/gui/qt/TCPSessionIO.cpp @@ -64,7 +64,7 @@ TCPSessionIO::error(int err) { if (mNbConnectTriesTotal == 0) { emit firstConnectionFailed(); - mReconnectTimer->start(4000, true); + mReconnectTimer->start(1000, true); mNbConnectTriesTotal++; } else { mNbConnectTriesTotal++; -- GitLab