mirror of
https://github.com/oe7drt/YSFClients.git
synced 2026-04-07 15:24:00 +00:00
Reduce inactivity timeout for repeaters/gateways.
This commit is contained in:
parent
e9c894bd9c
commit
a9f737dfd6
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ public:
|
|||
m_callsign(),
|
||||
m_address(),
|
||||
m_port(0U),
|
||||
m_timer(1000U, 180U)
|
||||
m_timer(1000U, 60U)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue