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:
kcibul 2009-04-22 00:33:28 +00:00
parent b820130dce
commit cb2f621d01
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 = 100000L;
private static long SHARD_SIZE = 5L;
private File reads;
private FastaSequenceFile2 ref;