On Tuesday 02 December 2008 11:42, j16sdiz at freenetproject.org wrote:
> 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)
I don't follow. The wizard will still set it to be large.
>
> 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
> cvs at freenetproject.org
> http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs
>
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 827 bytes
Desc: not available
URL:
<https://emu.freenetproject.org/pipermail/devl/attachments/20081202/ca9e321a/attachment.pgp>