From: Stefan Huber Date: Sat, 26 Apr 2008 08:37:45 +0000 (+0100) Subject: setting new polling frequency -- maybe we should make it as parameter X-Git-Url: https://git.sthu.org/?p=runfinite.git;a=commitdiff_plain;h=2bbed9db2dd1d71e0a0a18465dca157643e84f61 setting new polling frequency -- maybe we should make it as parameter --- 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) {