Small doc update.

This commit is contained in:
Jacob Dufault 2018-01-07 02:10:35 -08:00
parent b2e2d4fcbb
commit 0ac0039c61

View File

@ -257,7 +257,8 @@ bool IndexMain_DoParse(Config* config,
import_manager, cache_manager, indexer, request->is_interactive,
entry, request->contents);
// Don't bother sending an IdMap request if there are no responses.
// Don't bother sending an IdMap request if there are no responses. This
// avoids a lock.
if (responses.empty())
return false;