mirror of
https://github.com/simon987/sist2.git
synced 2025-12-12 15:08:53 +00:00
Print progress bar in index module
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user