Reduce inactivity timeout for repeaters/gateways.

This commit is contained in:
Jonathan Naylor 2016-06-15 11:28:00 +01:00 committed by GitHub
parent e9c894bd9c
commit a9f737dfd6

View file

@ -44,7 +44,7 @@ public:
m_callsign(),
m_address(),
m_port(0U),
m_timer(1000U, 180U)
m_timer(1000U, 60U)
{
}