Author: toad
Date: 2008-07-12 00:11:02 +0000 (Sat, 12 Jul 2008)
New Revision: 21080
Modified:
branches/db4o/freenet/src/freenet/node/Node.java
Log:
More indexes
Modified: branches/db4o/freenet/src/freenet/node/Node.java
===================================================================
--- branches/db4o/freenet/src/freenet/node/Node.java 2008-07-11 23:59:56 UTC
(rev 21079)
+++ branches/db4o/freenet/src/freenet/node/Node.java 2008-07-12 00:11:02 UTC
(rev 21080)
@@ -738,6 +738,7 @@
Db4o.configure().objectClass(freenet.client.FECJob.class).objectField("queue").indexed(true);
Db4o.configure().objectClass(freenet.client.async.PendingKeyItem.class).objectField("nodeDBHandle").indexed(true);
Db4o.configure().objectClass(freenet.client.async.InsertCompressor.class).objectField("nodeDBHandle").indexed(true);
+
Db4o.configure().objectClass(freenet.node.fcp.FCPClient.class).objectField("name").indexed(true);
/** Maybe we want a different query evaluation mode?
* At the moment, a big splitfile insert will result in one
SingleBlockInserter
* for every key, which means one RegisterMe for each ... this
results in a long pause