mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-05 14:35:31 +00:00
Increase the output queue size.
This commit is contained in:
parent
62aa7a8103
commit
11907162e7
3 changed files with 3 additions and 3 deletions
|
|
@ -44,7 +44,7 @@ m_blackList(blackList),
|
|||
m_network(network),
|
||||
m_display(display),
|
||||
m_duplex(duplex),
|
||||
m_queue(2000U, "D-Star Control"),
|
||||
m_queue(5000U, "D-Star Control"),
|
||||
m_rfHeader(),
|
||||
m_netHeader(),
|
||||
m_rfState(RS_RF_LISTENING),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue