From f1a47a352816d1220c3c3ed2a68d5aabf68967c4 Mon Sep 17 00:00:00 2001 From: Josh Bailey Date: Sun, 15 Sep 2024 00:47:16 +0000 Subject: [PATCH] q --- lib/iq_inference_impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/iq_inference_impl.h b/lib/iq_inference_impl.h index 56d76ce8..68aaf22d 100644 --- a/lib/iq_inference_impl.h +++ b/lib/iq_inference_impl.h @@ -253,7 +253,7 @@ class iq_inference_impl : public iq_inference, base_impl { boost::lockfree::capacity> inference_q_; boost::lockfree::queue> + boost::lockfree::capacity> json_q_; boost::shared_ptr io_service_; boost::shared_ptr work_;