Print progress bar in index module

This commit is contained in:
2021-11-07 13:20:05 -05:00
parent 414f65346c
commit b17b9439df
6 changed files with 5 additions and 5 deletions

View File

@@ -23,7 +23,6 @@ store_t *store_create(const char *path, size_t chunk_size) {
}
store->size = (size_t) store->chunk_size;
ScanCtx.stat_tn_size = 0;
mdb_env_set_mapsize(store->env, store->size);
// Open dbi