Author: j16sdiz
Date: 2008-12-29 16:45:16 +0000 (Mon, 29 Dec 2008)
New Revision: 24825

Modified:
   trunk/plugins/XMLSpider/XMLSpider.java
Log:
cache more

Modified: trunk/plugins/XMLSpider/XMLSpider.java
===================================================================
--- trunk/plugins/XMLSpider/XMLSpider.java      2008-12-29 16:25:28 UTC (rev 
24824)
+++ trunk/plugins/XMLSpider/XMLSpider.java      2008-12-29 16:45:16 UTC (rev 
24825)
@@ -641,6 +641,7 @@
         */
        private Storage initDB() {
                Storage db = StorageFactory.getInstance().createStorage();
+               db.setProperty("perst.object.cache.init.size", 8192);
                db.setProperty("perst.gc.threshold", 16384);
                db.setProperty("perst.alternative.btree", true);
                db.setProperty("perst.string.encoding", "UTF-8");

_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to