[brailleblaster] push by john.bo...@xxxxxxxxxxxxxxxxx - testing loading of large files on 2012-05-01 04:47 GMT

  • From: brailleblaster@xxxxxxxxxxxxxx
  • To: brailleblaster@xxxxxxxxxxxxx
  • Date: Tue, 01 May 2012 04:47:51 +0000

Revision: 0377ca615936
Author:   John Boyer <john.boyer@xxxxxxxxxxxxxxxxx>
Date:     Mon Apr 30 21:27:31 2012
Log:      testing loading of large files
http://code.google.com/p/brailleblaster/source/detail?r=0377ca615936

Modified:
 /src/main/org/brailleblaster/wordprocessor/DocumentManager.java

=======================================
--- /src/main/org/brailleblaster/wordprocessor/DocumentManager.java Mon Apr 30 15:40:55 2012 +++ /src/main/org/brailleblaster/wordprocessor/DocumentManager.java Mon Apr 30 21:27:31 2012
@@ -559,7 +559,7 @@
     }

     private void walkTree (Node node) {
-        int maxlines = 100;
+        int maxlines = 1000000;
         int numlines = 0;
         Node newNode;
         for (int i = 0; i < node.getChildCount(); i++) {

Other related posts:

  • » [brailleblaster] push by john.bo...@xxxxxxxxxxxxxxxxx - testing loading of large files on 2012-05-01 04:47 GMT - brailleblaster