From 14a345c4611587c90a095d4b9a5bca85228a7773 Mon Sep 17 00:00:00 2001 From: "Charles Suprin (aa1vs)" Date: Wed, 12 Feb 2025 10:12:35 -0500 Subject: [PATCH] Increase queue length to handle burst voice announcements. --- P25Control.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/P25Control.cpp b/P25Control.cpp index b7682cd..c736d00 100644 --- a/P25Control.cpp +++ b/P25Control.cpp @@ -48,7 +48,7 @@ m_network(network), m_display(display), m_duplex(duplex), m_lookup(lookup), -m_queue(1000U, "P25 Control"), +m_queue(10000U, "P25 Control"), m_rfState(RS_RF_LISTENING), m_netState(RS_NET_IDLE), m_rfTimeout(1000U, timeout),