Skip to content

Commit

Permalink
hard code more param
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanhaoji2 committed Nov 4, 2023
1 parent e6268ec commit f2836e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ Index<T, TagT, LabelT>::Index(Metric m, const size_t dim, const size_t max_point
{
_indexingQueueSize = 200;
std::uint32_t num_threads = 42;
_max_range_of_loaded_graph = 60;
initialize_query_scratch(num_threads, _indexingQueueSize, _indexingQueueSize, (uint32_t)_max_range_of_loaded_graph, _indexingMaxC,
_dim, _bitmask_buf._bitmask_size);
}
Expand Down

0 comments on commit f2836e5

Please sign in to comment.