mirror of
https://github.com/ShaYmez/P25Clients.git
synced 2024-11-21 19:55:22 -05:00
Increase polling to every five seconds.
This commit is contained in:
parent
584a399d62
commit
2381a1dc77
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user