mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-26 01:21:57 +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.loadPreviousIndexCount == 0 &&
|
||||||
out.params.onIdMappedCount == 0 && out.params.onIndexedCount == 0 &&
|
out.params.onIdMappedCount == 0 && out.params.onIndexedCount == 0 &&
|
||||||
out.params.activeThreads == 0;
|
out.params.activeThreads == 0;
|
||||||
if (!all_zero ||
|
if (!all_zero &&
|
||||||
GetCurrentTimeInMilliseconds() < status_->next_progress_output)
|
GetCurrentTimeInMilliseconds() < status_->next_progress_output)
|
||||||
return;
|
return;
|
||||||
status_->next_progress_output =
|
status_->next_progress_output =
|
||||||
|
Loading…
Reference in New Issue
Block a user