mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-02-15 03:54:14 +01:00
Increase queue length to handle burst voice announcements.
This commit is contained in:
parent
ebea3eddb2
commit
14a345c461
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Reference in a new issue