mirror of
https://github.com/oe7drt/YSFClients.git
synced 2026-03-20 03:24:39 +01:00
Increase the poll timeout to accomodate older MMDVM hosts.
This commit is contained in:
parent
dca01d2aa3
commit
9380a36392
|
|
@ -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