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

Reduce qt waiting for launcher

parent 46019189
Branches
Tags
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.
Please to comment