]> source.dussan.org Git - tigervnc.git/commitdiff
For the PollingCycle parameter, the default value has been changed
authorConstantin Kaplinsky <const@tightvnc.com>
Fri, 10 Feb 2006 12:26:54 +0000 (12:26 +0000)
committerConstantin Kaplinsky <const@tightvnc.com>
Fri, 10 Feb 2006 12:26:54 +0000 (12:26 +0000)
from 50 to 30 milliseconds. This should improve responsiveness for
servers with fast CPUs. Also, that should not hurt slow servers, as
actual interval would depend on the MaxProcessorUsage parameter.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@482 3789f03b-4d11-0410-bbf8-ca57d06f2519

x0vncserver/x0vncserver.cxx

index f718164fd33f14871f8d56134d48df7f29414304..1ea2e8171a728b811fdba2c4185079b75f63deb8 100644 (file)
@@ -53,7 +53,7 @@ LogWriter vlog("main");
 
 IntParameter pollingCycle("PollingCycle", "Milliseconds per one polling "
                           "cycle; actual interval may be dynamically "
-                          "adjusted to satisfy MaxProcessorUsage setting", 50);
+                          "adjusted to satisfy MaxProcessorUsage setting", 30);
 IntParameter maxProcessorUsage("MaxProcessorUsage", "Maximum percentage of "
                                "CPU time to be consumed", 35);
 BoolParameter useShm("UseSHM", "Use MIT-SHM extension if available", true);