From d662e959d07fd690c7cf0d7ed1d81f689f96b017 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 1 Feb 2016 10:42:40 +0100 Subject: [client] Retry VNC connection up to 5 times --- src/client/vnc/vncwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/vnc/vncwindow.cpp') diff --git a/src/client/vnc/vncwindow.cpp b/src/client/vnc/vncwindow.cpp index 13ad107..ff7c5d4 100644 --- a/src/client/vnc/vncwindow.cpp +++ b/src/client/vnc/vncwindow.cpp @@ -171,7 +171,7 @@ void VncWindow::onUpdateImage(const int x, const int y, const int w, const int h void VncWindow::onProjectionStarted() { emit running(true, _clientId); - _redrawTimer = startTimer(5000); + _redrawTimer = startTimer(3000); } /** -- cgit v1.2.3-55-g7522