mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-22 07:35:08 +00:00
Actually fix progress reporting
This commit is contained in:
parent
a233558fcd
commit
2ff823f2eb
@ -92,7 +92,7 @@ struct ActiveThread {
|
||||
out.params.loadPreviousIndexCount == 0 &&
|
||||
out.params.onIdMappedCount == 0 && out.params.onIndexedCount == 0 &&
|
||||
out.params.activeThreads == 0;
|
||||
if (!all_zero ||
|
||||
if (!all_zero &&
|
||||
GetCurrentTimeInMilliseconds() < status_->next_progress_output)
|
||||
return;
|
||||
status_->next_progress_output =
|
||||
|
Loading…
Reference in New Issue
Block a user