Revision: 4825 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=4825&view=rev Author: dcommander Date: 2011-12-22 15:57:59 +0000 (Thu, 22 Dec 2011) Log Message: ----------- 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.
Modified Paths: -------------- trunk/common/rfb/VNCServerST.cxx Modified: trunk/common/rfb/VNCServerST.cxx =================================================================== --- trunk/common/rfb/VNCServerST.cxx 2011-12-21 13:17:54 UTC (rev 4824) +++ trunk/common/rfb/VNCServerST.cxx 2011-12-22 15:57:59 UTC (rev 4825) @@ -65,7 +65,7 @@ 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); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Write once. Port to many. Get the SDK and tools to simplify cross-platform app development. Create new or port existing apps to sell to consumers worldwide. Explore the Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join http://p.sf.net/sfu/intel-appdev _______________________________________________ Tigervnc-commits mailing list Tigervnc-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tigervnc-commits