From 2bbed9db2dd1d71e0a0a18465dca157643e84f61 Mon Sep 17 00:00:00 2001 From: Stefan Huber Date: Sat, 26 Apr 2008 09:37:45 +0100 Subject: [PATCH] setting new polling frequency -- maybe we should make it as parameter --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 345c5d3..c464880 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -182,8 +182,8 @@ int main(int argc, char** argv) float loops=0; //Status flags of child process int status; - //100ms granularity - const int ussleep=100000; + //granularity + const int ussleep=25000; while(true) { -- 2.30.2