From a9f737dfd60f7f1d2aafebb8e0afa38e9352c698 Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Wed, 15 Jun 2016 11:28:00 +0100 Subject: [PATCH] Reduce inactivity timeout for repeaters/gateways. --- YSFReflector/YSFReflector.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/YSFReflector/YSFReflector.h b/YSFReflector/YSFReflector.h index 9491b25..80ec081 100644 --- a/YSFReflector/YSFReflector.h +++ b/YSFReflector/YSFReflector.h @@ -44,7 +44,7 @@ public: m_callsign(), m_address(), m_port(0U), - m_timer(1000U, 180U) + m_timer(1000U, 60U) { }