mirror of
https://github.com/simon987/sist2.git
synced 2025-12-17 09:19:05 +00:00
Print progress bar in index module
This commit is contained in:
@@ -433,7 +433,7 @@ void sist2_index(index_args_t *args) {
|
||||
cleanup = elastic_cleanup;
|
||||
}
|
||||
|
||||
IndexCtx.pool = tpool_create(args->threads, cleanup, FALSE, FALSE);
|
||||
IndexCtx.pool = tpool_create(args->threads, cleanup, FALSE, TRUE);
|
||||
tpool_start(IndexCtx.pool);
|
||||
|
||||
struct dirent *de;
|
||||
|
||||
Reference in New Issue
Block a user