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…
Reference in a new issue