reverting accidental commit of change to shard size
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@490 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
b820130dce
commit
cb2f621d01
|
|
@ -29,7 +29,7 @@ import java.util.List;
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public class MicroManager {
|
public class MicroManager {
|
||||||
private static long SHARD_SIZE = 100000L;
|
private static long SHARD_SIZE = 5L;
|
||||||
|
|
||||||
private File reads;
|
private File reads;
|
||||||
private FastaSequenceFile2 ref;
|
private FastaSequenceFile2 ref;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue