From 2381a1dc77e834c1e1fef4c6aa7d43902a5b85e5 Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Thu, 13 Oct 2016 18:39:50 +0100 Subject: [PATCH] Increase polling to every five seconds. --- P25Gateway/P25Gateway.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/P25Gateway/P25Gateway.cpp b/P25Gateway/P25Gateway.cpp index 869b91c..a4b9546 100644 --- a/P25Gateway/P25Gateway.cpp +++ b/P25Gateway/P25Gateway.cpp @@ -188,7 +188,7 @@ void CP25Gateway::run() lookup->read(); CTimer lostTimer(1000U, 120U); - CTimer pollTimer(1000U, 20U); + CTimer pollTimer(1000U, 5U); CStopWatch stopWatch; stopWatch.start();