Author: j16sdiz
Date: 2008-05-04 13:15:19 +0000 (Sun, 04 May 2008)
New Revision: 19743
Modified:
branches/saltedhashstore/freenet/src/freenet/store/SaltedHashFreenetStore.java
Log:
set FILE_SIZE = 4
Modified:
branches/saltedhashstore/freenet/src/freenet/store/SaltedHashFreenetStore.java
===================================================================
---
branches/saltedhashstore/freenet/src/freenet/store/SaltedHashFreenetStore.java
2008-05-04 13:14:59 UTC (rev 19742)
+++
branches/saltedhashstore/freenet/src/freenet/store/SaltedHashFreenetStore.java
2008-05-04 13:15:19 UTC (rev 19743)
@@ -175,7 +175,7 @@
// split the files for better concurrency
// you may even some if you have lots of mount points =)
- private final static int FILE_SPLIT = 0x20;
+ private final static int FILE_SPLIT = 0x04;
private File[] storeFiles;
private RandomAccessFile[] storeRAF;
private FileChannel[] storeFC;