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 19b8fee..6606b14 100644
--- a/common/rfb/ServerCore.cxx
+++ b/common/rfb/ServerCore.cxx
@@ -98,4 +98,4 @@
 rfb::IntParameter rfb::Server::videoPriority
 ("VideoPriority",
  "Priority of sending updates for video area (0..8)",
- 0, 0, 8);
+ 2, 0, 8);