Skip to content
Snippets Groups Projects
Commit 85019ee5 authored by yanmorin's avatar yanmorin
Browse files

Reduce qt waiting for launcher

parent 46019189
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ TCPSessionIO::error(int err)
{
if (mNbConnectTriesTotal == 0) {
emit firstConnectionFailed();
mReconnectTimer->start(4000, true);
mReconnectTimer->start(1000, true);
mNbConnectTriesTotal++;
} else {
mNbConnectTriesTotal++;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment