r442: default max_gap to 200 in the sr mode

This commit is contained in:
Heng Li
2017-09-26 13:31:01 -04:00
parent 92ec8bd859
commit 1b1dd0cd57
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ int mm_set_opt(const char *preset, mm_idxopt_t *io, mm_mapopt_t *mo)
io->is_hpc = 0, io->k = 21, io->w = 11;
mo->flag |= MM_F_SR | MM_F_MULTI_SEG | MM_F_SEG_REV;
mo->a = 2, mo->b = 8, mo->q = 12, mo->e = 2, mo->q2 = 32, mo->e2 = 1;
mo->max_gap = 100;
mo->max_gap = 200;
mo->max_gap_ref = 1000;
mo->pri_ratio = 0.5f;
mo->min_cnt = 2;