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();