Skip to content

Commit

Permalink
serial.
Browse files Browse the repository at this point in the history
  • Loading branch information
anarkiwi committed Sep 15, 2024
1 parent f1a47a3 commit 1691d21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/iq_inference_impl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,7 @@ void iq_inference_impl::process_items_(COUNT_T power_in_count,
if (background_) {
if (!inference_q_.push(output_item)) {
delete_output_item_(output_item);
--serial_;
if (host_now_() - last_full_time_ > 5) {
d_logger->error(
"inference queue full (increase inference dB threshold "
Expand Down

0 comments on commit 1691d21

Please sign in to comment.