Browse Source

Changing the deferred update timer to 10 ms caused a large performance regression on video/3D apps, and until we can quantify the benefits of a larger DUT value, it was decided that it should be changed back to 1 ms for the 1.2 release.


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4825 3789f03b-4d11-0410-bbf8-ca57d06f2519
tags/v1.1.90
DRC 12 years ago
parent
commit
4548f3010f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      common/rfb/VNCServerST.cxx

+ 1
- 1
common/rfb/VNCServerST.cxx View 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);

Loading…
Cancel
Save