mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 15:09:23 +08:00
Increase the size of the RF queues.
This commit is contained in:
@@ -44,7 +44,7 @@ m_blackList(blackList),
|
||||
m_network(network),
|
||||
m_display(display),
|
||||
m_duplex(duplex),
|
||||
m_queue(1000U, "D-Star Control"),
|
||||
m_queue(2000U, "D-Star Control"),
|
||||
m_rfHeader(),
|
||||
m_netHeader(),
|
||||
m_rfState(RS_RF_LISTENING),
|
||||
|
||||
Reference in New Issue
Block a user