Increase default shard size from 5 to 100000.

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@494 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
hanna 2009-04-22 18:29:44 +00:00
parent 3af66a462e
commit 1bf4d040d8
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ import java.util.List;
*
*/
public class MicroManager {
private static long SHARD_SIZE = 5L;
private static long SHARD_SIZE = 100000L;
private File reads;
private FastaSequenceFile2 ref;