mirror of
https://github.com/oe7drt/YSFClients.git
synced 2026-01-07 00:49:58 +01:00
Reduce inactivity timeout for repeaters/gateways.
This commit is contained in:
parent
e9c894bd9c
commit
a9f737dfd6
|
|
@ -44,7 +44,7 @@ public:
|
|||
m_callsign(),
|
||||
m_address(),
|
||||
m_port(0U),
|
||||
m_timer(1000U, 180U)
|
||||
m_timer(1000U, 60U)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue