Skip to content

Commit

Permalink
Fix type for mac builds
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanSteinberg committed Jun 27, 2024
1 parent 3bc61ab commit a810de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native/create_database.cc
Original file line number Diff line number Diff line change
Expand Up @@ -953,7 +953,7 @@ void process_string_property(const std::string& property_name,
// We have to start by reading everything in

std::vector<
moodycamel::BlockingConcurrentQueue<std::pair<std::string, size_t>>>
moodycamel::BlockingConcurrentQueue<std::pair<std::string, uint64_t>>>
queues(num_threads);

moodycamel::LightweightSemaphore write_semaphore(QUEUE_SIZE * num_threads);
Expand Down

0 comments on commit a810de6

Please sign in to comment.