]> source.dussan.org Git - tigervnc.git/commitdiff
Changing the deferred update timer to 10 ms caused a large performance regression...
authorDRC <dcommander@users.sourceforge.net>
Thu, 22 Dec 2011 15:57:59 +0000 (15:57 +0000)
committerDRC <dcommander@users.sourceforge.net>
Thu, 22 Dec 2011 15:57:59 +0000 (15:57 +0000)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4825 3789f03b-4d11-0410-bbf8-ca57d06f2519

common/rfb/VNCServerST.cxx

index 1e3f61a08da0e5708677f326d45fdf016db277f9..697695d486e1447a0529fabd0a400c7b0102c795 100644 (file)
@@ -65,7 +65,7 @@ static LogWriter slog("VNCServerST");
 LogWriter VNCServerST::connectionsLog("Connections");
 
 rfb::IntParameter deferUpdateTime("DeferUpdate",
-                                  "Time in milliseconds to defer updates",10);
+                                  "Time in milliseconds to defer updates",1);
 
 rfb::BoolParameter alwaysSetDeferUpdateTimer("AlwaysSetDeferUpdateTimer",
                   "Always reset the defer update timer on every change",false);