summaryrefslogtreecommitdiffstats
path: root/src/client/vnc/vncwindow.cpp
diff options
context:
space:
mode:
authorSimon Rettberg2016-02-01 10:42:40 +0100
committerSimon Rettberg2016-02-01 10:42:40 +0100
commitd662e959d07fd690c7cf0d7ed1d81f689f96b017 (patch)
treefdc71cfa5eb48225639a9cf3c8c047b834ecd8cb /src/client/vnc/vncwindow.cpp
parentproperly close the toolbar (?) (diff)
downloadpvs2-d662e959d07fd690c7cf0d7ed1d81f689f96b017.tar.gz
pvs2-d662e959d07fd690c7cf0d7ed1d81f689f96b017.tar.xz
pvs2-d662e959d07fd690c7cf0d7ed1d81f689f96b017.zip
[client] Retry VNC connection up to 5 times
Diffstat (limited to 'src/client/vnc/vncwindow.cpp')
-rw-r--r--src/client/vnc/vncwindow.cpp2
1 files changed, 1 insertions, 1 deletions
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);
}
/**