From: Constantin Kaplinsky Date: Thu, 21 Aug 2008 04:12:16 +0000 (+0000) Subject: VideoPriority parameter was set to 0 by default, now it defaults to 2. X-Git-Tag: v0.0.90~402 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d3b2ca3c7fa37809c6699dc2a6d6102217221c27;p=tigervnc.git VideoPriority parameter was set to 0 by default, now it defaults to 2. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2694 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- diff --git a/common/rfb/ServerCore.cxx b/common/rfb/ServerCore.cxx index 19b8fee4..6606b14c 100644 --- a/common/rfb/ServerCore.cxx +++ b/common/rfb/ServerCore.cxx @@ -98,4 +98,4 @@ rfb::BoolParameter rfb::Server::queryConnect rfb::IntParameter rfb::Server::videoPriority ("VideoPriority", "Priority of sending updates for video area (0..8)", - 0, 0, 8); + 2, 0, 8);