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:
parent
3af66a462e
commit
1bf4d040d8
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue