mirror of
https://github.com/oe7drt/YSFClients.git
synced 2026-04-06 06:43:53 +00:00
Increase polling frequency.
This commit is contained in:
parent
5a9a6ccc58
commit
3cac3af31e
3 changed files with 3 additions and 3 deletions
|
|
@ -64,7 +64,7 @@ void CYSFReflector::run()
|
|||
CStopWatch stopWatch;
|
||||
stopWatch.start();
|
||||
|
||||
CTimer pollTimer(1000U, 60U);
|
||||
CTimer pollTimer(1000U, 5U);
|
||||
pollTimer.start();
|
||||
|
||||
::fprintf(stdout, "Starting YSFReflector-%s\n", VERSION);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue