Author: j16sdiz
Date: 2008-12-02 11:42:41 +0000 (Tue, 02 Dec 2008)
New Revision: 24005

Modified:
   trunk/freenet/src/freenet/store/saltedhash/SaltedHashFreenetStore.java
Log:
more probe for small store (default store size is now smaller)

Modified: trunk/freenet/src/freenet/store/saltedhash/SaltedHashFreenetStore.java
===================================================================
--- trunk/freenet/src/freenet/store/saltedhash/SaltedHashFreenetStore.java      
2008-12-02 11:42:19 UTC (rev 24004)
+++ trunk/freenet/src/freenet/store/saltedhash/SaltedHashFreenetStore.java      
2008-12-02 11:42:41 UTC (rev 24005)
@@ -54,7 +54,7 @@
 public class SaltedHashFreenetStore implements FreenetStore {
        /** Option for saving plainkey */
        private static final boolean OPTION_SAVE_PLAINKEY = false;
-       private static final int OPTION_MAX_PROBE = 4;
+       private static final int OPTION_MAX_PROBE = 5;
 
        private static final byte FLAG_DIRTY = 0x1;
        private static final byte FLAG_REBUILD_BLOOM = 0x2;

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

Reply via email to