aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDRC <dcommander@users.sourceforge.net>2011-08-17 11:03:51 +0000
committerDRC <dcommander@users.sourceforge.net>2011-08-17 11:03:51 +0000
commit438d2c507ac8c5de348aacbc46b38a02f24e4744 (patch)
treeed1ab78641a93b4ae353e306770aa44d4fcd26da
parentba7bc51608db4ac18652055fa75ce35f59024dda (diff)
downloadtigervnc-438d2c507ac8c5de348aacbc46b38a02f24e4744.tar.gz
tigervnc-438d2c507ac8c5de348aacbc46b38a02f24e4744.zip
Disable ComparingUpdateTracker by default for now, because it generates a lot of CPU overhead (let's see if anyone notices that it's gone)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4633 3789f03b-4d11-0410-bbf8-ca57d06f2519
-rw-r--r--common/rfb/ServerCore.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/rfb/ServerCore.cxx b/common/rfb/ServerCore.cxx
index 4294b782..27e116e3 100644
--- a/common/rfb/ServerCore.cxx
+++ b/common/rfb/ServerCore.cxx
@@ -50,7 +50,7 @@ rfb::IntParameter rfb::Server::clientWaitTimeMillis
rfb::BoolParameter rfb::Server::compareFB
("CompareFB",
"Perform pixel comparison on framebuffer to reduce unnecessary updates",
- true);
+ false);
rfb::BoolParameter rfb::Server::protocol3_3
("Protocol3.3",
"Always use protocol version 3.3 for backwards compatibility with "