Skip to content

Commit

Permalink
q
Browse files Browse the repository at this point in the history
  • Loading branch information
anarkiwi committed Sep 15, 2024
1 parent e8caece commit f1a47a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/iq_inference_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ class iq_inference_impl : public iq_inference, base_impl {
boost::lockfree::capacity<MAX_INFERENCE>>
inference_q_;
boost::lockfree::queue<std::string *,
boost::lockfree::capacity<MAX_INFERENCE>>
boost::lockfree::capacity<MAX_INFERENCE*2>>
json_q_;
boost::shared_ptr<boost::asio::io_service> io_service_;
boost::shared_ptr<boost::asio::io_service::work> work_;
Expand Down

0 comments on commit f1a47a3

Please sign in to comment.