included option -k to specify the number of keys to use

This commit is contained in:
fc_botelho
2005-01-05 19:48:23 +00:00
parent 900e0a62f2
commit c0928fd9f0
2 changed files with 20 additions and 6 deletions

View File

@@ -80,7 +80,7 @@ mphf_t *mph_create(mph_t *mph)
break;
case MPH_BMZ: /* included -- Fabiano */
DEBUGP("Creating bmz hash\n");
mphf = bmz_mph_create(mph, 1.10);
mphf = bmz_mph_create(mph, 1.15);
break;
default:
assert(0);