]> source.dussan.org Git - tigervnc.git/commitdiff
reduce the time threshold for autoSelectFormatAndEncoding, otherwise early format...
authorBrian Hinz <bphinz@users.sourceforge.net>
Sat, 1 Sep 2012 02:11:09 +0000 (02:11 +0000)
committerBrian Hinz <bphinz@users.sourceforge.net>
Sat, 1 Sep 2012 02:11:09 +0000 (02:11 +0000)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4987 3789f03b-4d11-0410-bbf8-ca57d06f2519

java/com/tigervnc/vncviewer/CConn.java

index 498b4c876de4274148283938e38d50c05b53e16d..7ad2b020d0a8d58c314379ba56d3854841d38968 100644 (file)
@@ -587,7 +587,7 @@ public class CConn extends CConnection
     }
 
     // Check that we have a decent bandwidth measurement
-    if ((kbitsPerSecond == 0) || (timeWaited < 10000))
+    if ((kbitsPerSecond == 0) || (timeWaited < 100))
       return;
   
     // Select appropriate quality level