Increase the poll timeout to accomodate older MMDVM hosts.
This commit is contained in:
parent
dca01d2aa3
commit
9380a36392
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ public:
|
|||
m_callsign(),
|
||||
m_address(),
|
||||
m_port(0U),
|
||||
m_timer(1000U, 60U)
|
||||
m_timer(1000U, 180U)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue