Author: nextgens
Date: 2008-08-17 13:18:30 +0000 (Sun, 17 Aug 2008)
New Revision: 21964

Modified:
   trunk/plugins/XMLLibrarian/XMLLibrarian.java
Log:
XMLLibrarian: fix the issue with big subindexes

Modified: trunk/plugins/XMLLibrarian/XMLLibrarian.java
===================================================================
--- trunk/plugins/XMLLibrarian/XMLLibrarian.java        2008-08-17 12:57:02 UTC 
(rev 21963)
+++ trunk/plugins/XMLLibrarian/XMLLibrarian.java        2008-08-17 13:18:30 UTC 
(rev 21964)
@@ -745,11 +745,8 @@
                //search for the word in the given subIndex
                fileuris = new Vector();
                HighLevelSimpleClient hlsc = pr.getHLSimpleClient();
-               hlsc.setMaxIntermediateLength(MAX_SIZE);
-               hlsc.setMaxLength(MAX_SIZE);
                try{
                        FreenetURI u = new FreenetURI(DEFAULT_INDEX_SITE + 
"index_"+subIndex+".xml");
-
                        FetchResult res;
                        while(true) {
                                try {


Reply via email to