Skip to content

Commit

Permalink
Undo mistake, let frontier read in PQ flash index be asynchronous
Browse files Browse the repository at this point in the history
  • Loading branch information
harsha-simhadri authored Aug 19, 2023
1 parent 4162c21 commit 3290d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pq_flash_index.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1392,7 +1392,7 @@ void PQFlashIndex<T, LabelT>::cached_beam_search(const T *query1, const uint64_t
io_timer.reset();
#ifdef USE_BING_INFRA
reader->read(frontier_read_reqs, ctx,
false); // synhronous reader for Bing.
true); // synhronous reader for Bing.
#else
reader->read(frontier_read_reqs, ctx); // synchronous IO linux
#endif
Expand Down

0 comments on commit 3290d12

Please sign in to comment.