diff --git a/P25Gateway/P25Gateway.cpp b/P25Gateway/P25Gateway.cpp index 3c895ec..d0989ed 100644 --- a/P25Gateway/P25Gateway.cpp +++ b/P25Gateway/P25Gateway.cpp @@ -186,7 +186,7 @@ void CP25Gateway::run() CDMRLookup* lookup = new CDMRLookup(m_conf.getLookupName(), m_conf.getLookupTime()); lookup->read(); - CTimer inactivityTimer(1000U, m_conf.getNetworkInactivityTimeout()); + CTimer inactivityTimer(1000U, m_conf.getNetworkInactivityTimeout() * 60U); CTimer lostTimer(1000U, 120U); CTimer pollTimer(1000U, 5U);