mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-12-24 04:30:12 +01:00
added a progress counter for reindex
This commit is contained in:
parent
4c352efb76
commit
850445a324
@ -131,7 +131,7 @@ uint64 retrieve_email_by_metadata_id(struct session_data *sdata, struct __data *
|
||||
|
||||
unlink(filename);
|
||||
|
||||
if(progressbar && reindexed % 100 == 0) printf(".");
|
||||
if(progressbar) printf("processed: %8llu\r", reindexed); fflush(stdout);
|
||||
}
|
||||
else printf("cannot open: %s\n", filename);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user