Updated comment [skip ci]

This commit is contained in:
Andrew Kane
2023-10-06 13:58:07 -07:00
parent f3dba25036
commit 71641ed84e

View File

@@ -1059,7 +1059,7 @@ HnswInsertElement(HnswElement element, HnswElement entryPoint, Relation index, F
lw = w;
/* Candidates are sorted, but set sortCandidates to true */
/* for in-memory builds to use closer caching */
/* for in-memory builds to enable closer caching */
neighbors = SelectNeighbors(lw, lm, lc, procinfo, collation, element, NULL, NULL, index == NULL);
AddConnections(element, neighbors, lm, lc);