Author: toad
Date: 2008-06-20 22:25:37 +0000 (Fri, 20 Jun 2008)
New Revision: 20539

Modified:
   branches/db4o/freenet/src/freenet/support/SectoredRandomGrabArray.java
Log:
Add fixme

Modified: branches/db4o/freenet/src/freenet/support/SectoredRandomGrabArray.java
===================================================================
--- branches/db4o/freenet/src/freenet/support/SectoredRandomGrabArray.java      
2008-06-20 22:25:23 UTC (rev 20538)
+++ branches/db4o/freenet/src/freenet/support/SectoredRandomGrabArray.java      
2008-06-20 22:25:37 UTC (rev 20539)
@@ -26,7 +26,7 @@
                if(persistent) {
                        // FIXME is this too heavyweight? Maybe we should 
iterate the array or something?
                        grabArraysByClient = 
container.ext().collections().newHashMap(10);
-                       ((Db4oMap)grabArraysByClient).activationDepth(3);
+                       ((Db4oMap)grabArraysByClient).activationDepth(3); // 
FIXME can we get away with 1??
                } else
                        grabArraysByClient = new HashMap();
                grabArrays = new RemoveRandomWithObject[0];


Reply via email to