mirror of
https://github.com/simon987/sist2.git
synced 2025-12-16 08:49:07 +00:00
Print progress bar in index module
This commit is contained in:
@@ -253,7 +253,7 @@ void _elastic_flush(int max) {
|
||||
} else {
|
||||
|
||||
print_errors(r);
|
||||
LOG_INFOF("elastic.c", "Indexed %d documents (%zukB) <%d>", count, buf_len / 1024, r->status_code);
|
||||
LOG_DEBUGF("elastic.c", "Indexed %d documents (%zukB) <%d>", count, buf_len / 1024, r->status_code);
|
||||
delete_queue(max);
|
||||
|
||||
if (Indexer->queued != 0) {
|
||||
|
||||
Reference in New Issue
Block a user